Color Hex Logo

#cccd8b Color Hex

#CCCD8B
(204,205,139)
0 Favorites   0 Comments

Color spaces of #cccd8b

RGB 204205139
HSL0.170.400.67
HSV61°32°80°
CMYK 0.000.000.32   0.20
XYZ51.393458.364132.9828
Yxy58.36410.36000.4089
Hunter Lab76.3964-13.613127.8801
CIE-Lab80.9408-10.505832.8198

#cccd8b color RGB value is (204,205,139).

#cccd8b hex color red value is 204, green value is 205 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cccd8b hue: 0.17 , saturation: 0.40 and the lightness value of cccd8b is 0.67.

The process color (four color CMYK) of #cccd8b color hex is 0.00, 0.00, 0.32, 0.20. Web safe color of #cccd8b is #cccc99. Color #cccd8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 10001011
Octal 314 315 213
Decimal 204 205 139
Hex CC CD 8B

RGB Percentages of Color #cccd8b

%37.23
%37.41
%25.36

CMYK Percentages of Color #cccd8b

%0
%0
%32
%20

Triadic Colors of #cccd8b

#cccd8b #8bcccd #cd8bcc

Analogous Colors of #cccd8b

#cccd8b #abcd8b #cdad8b

Monochromatic Colors of #cccd8b

#cccd8b

Complementary Color

#cccd8b #8c8bcd

#cccd8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccd8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccd8b Color CSS Codes

.mybgcolor {background-color:#cccd8b; } 
.myforecolor {color:#cccd8b; }
.mybordercolor {border:3px solid #cccd8b; }

#cccd8b Text Font Color

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

This sample text font color is #cccd8b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cccd8b Background Color

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

This div background color is #cccd8b


#cccd8b Border Color

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

This div border color is #cccd8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,205,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cccd8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cccd8b;
  -webkit-box-shadow: 1px 1px 3px 2px #cccd8b;
  box-shadow:         1px 1px 3px 2px #cccd8b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccd8b


Comments

No comments written yet.

Please login to write comment.