Color Hex Logo

#cccf9f Color Hex

#CCCF9F
(204,207,159)
0 Favorites   0 Comments

Color spaces of #cccf9f

RGB 204207159
HSL0.180.330.72
HSV64°23°81°
CMYK 0.010.000.23   0.19
XYZ53.472759.966241.5572
Yxy59.96620.34500.3869
Hunter Lab77.4378-12.257722.3884
CIE-Lab81.8198-8.873723.5800

#cccf9f color RGB value is (204,207,159).

#cccf9f hex color red value is 204, green value is 207 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cccf9f hue: 0.18 , saturation: 0.33 and the lightness value of cccf9f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 10011111
Octal 314 317 237
Decimal 204 207 159
Hex CC CF 9F

RGB Percentages of Color #cccf9f

%35.79
%36.32
%27.89

CMYK Percentages of Color #cccf9f

%1
%0
%23
%19

Triadic Colors of #cccf9f

#cccf9f #9fcccf #cf9fcc

Analogous Colors of #cccf9f

#cccf9f #b4cf9f #cfba9f

Monochromatic Colors of #cccf9f

#cccf9f

Complementary Color

#cccf9f #a29fcf

#cccf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf9f Color CSS Codes

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

#cccf9f Text Font Color

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

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


#cccf9f Background Color

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

This div background color is #cccf9f


#cccf9f Border Color

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

This div border color is #cccf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf9f


Comments

No comments written yet.

Please login to write comment.