Color Hex Logo

#ccc90f Color Hex

#CCC90F
(204,201,15)
0 Favorites   0 Comments

Color spaces of #ccc90f

RGB 20420115
HSL0.160.860.43
HSV59°93°80°
CMYK 0.000.010.93   0.20
XYZ45.874754.64518.5817
Yxy54.64510.42050.5009
Hunter Lab73.9223-18.590644.8626
CIE-Lab78.8364-16.570977.7610

#ccc90f color RGB value is (204,201,15).

#ccc90f hex color red value is 204, green value is 201 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ccc90f hue: 0.16 , saturation: 0.86 and the lightness value of ccc90f is 0.43.

The process color (four color CMYK) of #ccc90f color hex is 0.00, 0.01, 0.93, 0.20. Web safe color of #ccc90f is #cccc00. Color #ccc90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00001111
Octal 314 311 17
Decimal 204 201 15
Hex CC C9 F

RGB Percentages of Color #ccc90f

%48.57
%47.86
%3.57

CMYK Percentages of Color #ccc90f

%0
%1
%93
%20

Triadic Colors of #ccc90f

#ccc90f #0fccc9 #c90fcc

Analogous Colors of #ccc90f

#ccc90f #71cc0f #cc6b0f

Monochromatic Colors of #ccc90f

#ccc90f

Complementary Color

#ccc90f #0f12cc

#ccc90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc90f Color CSS Codes

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

#ccc90f Text Font Color

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

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


#ccc90f Background Color

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

This div background color is #ccc90f


#ccc90f Border Color

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

This div border color is #ccc90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc90f


Comments

No comments written yet.

Please login to write comment.