color details

Color Details
#ccbd8f Color Hex

#ccbd8f color RGB value is (12, 203, 216).
#ccbd8f hex color red value is 12, green value is 203, and blue value is 216.
Cylindrical-coordinate representations (HSL) of color #ccbd8f hue: 183.82, saturation: 0.89 and lightness: 0.45.

The process color (four-color CMYK) of #ccbd8f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ccbd8f is #ff9999. Color #ccbd8f contains mainly RED.

Color Spaces
Color spaces of #ccbd8fValue
RGB204, 189, 143
HSL0.13, 0.37, 0.68
HSV45°, 30°, 80°
XYZ48.06, 51.22, 33.34
Base Numbers
Base Red Green Blue
Binary 11001100 10111101 10001111
Octal 314 275 217
Decimal 204 189 143
Hex CC BD 8F

RGB Percentages for Color #ccbd8f

38.06%
35.26%
26.68%

CMYK Percentages of the Color #ccbd8f

7.35%
29.9%
20%
CSS Codes for Color #ccbd8f
.mybgColor {background-color: #ccbd8f;}
.myforeColor {color: #ccbd8f;}
.myborderColor {border:3px solid #ccbd8f;}
Text Font Color #ccbd8f

<p style="color:#ccbd8f">Text here</p>

This sample text is styled with the font color #ccbd8f. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #ccbd8f

<div style="background-color:#ccbd8f">Div content here</div>

The background color of this div is #ccbd8f
Border Color #ccbd8f

<div style="border:3px solid #ccbd8f">Div here</div>

The border color of this div is #ccbd8f
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(204, 189, 143, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #ccbd8f;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #ccbd8f;
-webkit-box-shadow: 1px 1px 3px #ccbd8f;
box-shadow: 1px 1px 3px #ccbd8f;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204, 189, 143, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #ccbd8f;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #ccbd8f; -webkit-box-shadow: 1px 1px 3px #ccbd8f; box-shadow: 1px 1px 3px #ccbd8f;">Div content here</div>

This div box has a shadow with a specified color. #ccbd8f

Scroll to Top