Color Hex Logo

#cccf70 Color Hex

#CCCF70
(204,207,112)
0 Favorites   0 Comments

Color spaces of #cccf70

RGB 204207112
HSL0.170.500.63
HSV62°46°81°
CMYK 0.010.000.46   0.19
XYZ50.139358.632924.0039
Yxy58.63290.37760.4416
Hunter Lab76.5721-17.119735.0142
CIE-Lab81.0894-14.487046.5759

#cccf70 color RGB value is (204,207,112).

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

The process color (four color CMYK) of #cccf70 color hex is 0.01, 0.00, 0.46, 0.19. Web safe color of #cccf70 is #cccc66. Color #cccf70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 01110000
Octal 314 317 160
Decimal 204 207 112
Hex CC CF 70

RGB Percentages of Color #cccf70

%39.01
%39.58
%21.41

CMYK Percentages of Color #cccf70

%1
%0
%46
%19

Triadic Colors of #cccf70

#cccf70 #70cccf #cf70cc

Analogous Colors of #cccf70

#cccf70 #9dcf70 #cfa370

Monochromatic Colors of #cccf70

#cccf70

Complementary Color

#cccf70 #7370cf

#cccf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf70 Color CSS Codes

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

#cccf70 Text Font Color

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

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


#cccf70 Background Color

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

This div background color is #cccf70


#cccf70 Border Color

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

This div border color is #cccf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf70


Comments

No comments written yet.

Please login to write comment.