Color Hex Logo

#cccf97 Color Hex

#CCCF97
(204,207,151)
0 Favorites   0 Comments

Color spaces of #cccf97

RGB 204207151
HSL0.180.370.70
HSV63°27°81°
CMYK 0.010.000.27   0.19
XYZ52.800659.697438.0180
Yxy59.69740.35080.3966
Hunter Lab77.2641-13.229124.9111
CIE-Lab81.6734-9.979427.5688

#cccf97 color RGB value is (204,207,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 10010111
Octal 314 317 227
Decimal 204 207 151
Hex CC CF 97

RGB Percentages of Color #cccf97

%36.30
%36.83
%26.87

CMYK Percentages of Color #cccf97

%1
%0
%27
%19

Triadic Colors of #cccf97

#cccf97 #97cccf #cf97cc

Analogous Colors of #cccf97

#cccf97 #b0cf97 #cfb697

Monochromatic Colors of #cccf97

#cccf97

Complementary Color

#cccf97 #9a97cf

#cccf97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf97 Color CSS Codes

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

#cccf97 Text Font Color

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

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


#cccf97 Background Color

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

This div background color is #cccf97


#cccf97 Border Color

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

This div border color is #cccf97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf97


Comments

No comments written yet.

Please login to write comment.