Color Hex Logo

#cccf0c Color Hex

#CCCF0C
(204,207,12)
0 Favorites   0 Comments

Color spaces of #cccf0c

RGB 20420712
HSL0.170.890.43
HSV61°94°81°
CMYK 0.010.000.94   0.19
XYZ47.281057.48968.9524
Yxy57.48960.41580.5055
Hunter Lab75.8219-21.379346.0749
CIE-Lab80.4542-19.576779.3329

#cccf0c color RGB value is (204,207,12).

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

The process color (four color CMYK) of #cccf0c color hex is 0.01, 0.00, 0.94, 0.19. Web safe color of #cccf0c is #cccc00. Color #cccf0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 00001100
Octal 314 317 14
Decimal 204 207 12
Hex CC CF C

RGB Percentages of Color #cccf0c

%48.23
%48.94
%2.84

CMYK Percentages of Color #cccf0c

%1
%0
%94
%19

Triadic Colors of #cccf0c

#cccf0c #0ccccf #cf0ccc

Analogous Colors of #cccf0c

#cccf0c #6bcf0c #cf710c

Monochromatic Colors of #cccf0c

#cccf0c

Complementary Color

#cccf0c #0f0ccf

#cccf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf0c Color CSS Codes

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

#cccf0c Text Font Color

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

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


#cccf0c Background Color

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

This div background color is #cccf0c


#cccf0c Border Color

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

This div border color is #cccf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf0c


Comments

No comments written yet.

Please login to write comment.