Color Hex Logo

#cccf8b Color Hex

#CCCF8B
(204,207,139)
0 Favorites   0 Comments

Color spaces of #cccf8b

RGB 204207139
HSL0.170.410.68
HSV63°33°81°
CMYK 0.010.000.33   0.19
XYZ51.874959.327133.1433
Yxy59.32710.35940.4110
Hunter Lab77.0241-14.574328.4045
CIE-Lab81.4711-11.523333.5165

#cccf8b color RGB value is (204,207,139).

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

The process color (four color CMYK) of #cccf8b color hex is 0.01, 0.00, 0.33, 0.19. Web safe color of #cccf8b is #cccc99. Color #cccf8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 10001011
Octal 314 317 213
Decimal 204 207 139
Hex CC CF 8B

RGB Percentages of Color #cccf8b

%37.09
%37.64
%25.27

CMYK Percentages of Color #cccf8b

%1
%0
%33
%19

Triadic Colors of #cccf8b

#cccf8b #8bcccf #cf8bcc

Analogous Colors of #cccf8b

#cccf8b #aacf8b #cfb08b

Monochromatic Colors of #cccf8b

#cccf8b

Complementary Color

#cccf8b #8e8bcf

#cccf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf8b Color CSS Codes

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

#cccf8b Text Font Color

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

This sample text font color is #cccf8b
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.


#cccf8b Background Color

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

This div background color is #cccf8b


#cccf8b Border Color

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

This div border color is #cccf8b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,207,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 #cccf8b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf8b


Comments

No comments written yet.

Please login to write comment.