Color Hex Logo

#cccf85 Color Hex

#CCCF85
(204,207,133)
0 Favorites   0 Comments

Color spaces of #cccf85

RGB 204207133
HSL0.170.440.67
HSV62°36°81°
CMYK 0.010.000.36   0.19
XYZ51.448359.156530.8970
Yxy59.15650.36360.4181
Hunter Lab76.9133-15.197230.0218
CIE-Lab81.3775-12.243436.4661

#cccf85 color RGB value is (204,207,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 10000101
Octal 314 317 205
Decimal 204 207 133
Hex CC CF 85

RGB Percentages of Color #cccf85

%37.50
%38.05
%24.45

CMYK Percentages of Color #cccf85

%1
%0
%36
%19

Triadic Colors of #cccf85

#cccf85 #85cccf #cf85cc

Analogous Colors of #cccf85

#cccf85 #a7cf85 #cfad85

Monochromatic Colors of #cccf85

#cccf85

Complementary Color

#cccf85 #8885cf

#cccf85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf85 Color CSS Codes

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

#cccf85 Text Font Color

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

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


#cccf85 Background Color

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

This div background color is #cccf85


#cccf85 Border Color

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

This div border color is #cccf85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf85


Comments

No comments written yet.

Please login to write comment.