Color Hex Logo

#ccc90a Color Hex

#CCC90A
(204,201,10)
0 Favorites   0 Comments

Color spaces of #ccc90a

RGB 20420110
HSL0.160.910.42
HSV59°95°80°
CMYK 0.000.010.95   0.20
XYZ45.843354.63268.4161
Yxy54.63260.42100.5017
Hunter Lab73.9139-18.638944.9887
CIE-Lab78.8292-16.629378.3037

#ccc90a color RGB value is (204,201,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00001010
Octal 314 311 12
Decimal 204 201 10
Hex CC C9 A

RGB Percentages of Color #ccc90a

%49.16
%48.43
%2.41

CMYK Percentages of Color #ccc90a

%0
%1
%95
%20

Triadic Colors of #ccc90a

#ccc90a #0accc9 #c90acc

Analogous Colors of #ccc90a

#ccc90a #6ecc0a #cc680a

Monochromatic Colors of #ccc90a

#ccc90a

Complementary Color

#ccc90a #0a0dcc

#ccc90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc90a Color CSS Codes

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

#ccc90a Text Font Color

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

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


#ccc90a Background Color

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

This div background color is #ccc90a


#ccc90a Border Color

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

This div border color is #ccc90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc90a


Comments

No comments written yet.

Please login to write comment.