Color Hex Logo

#cca800 Color Hex

#CCA800
(204,168,0)
0 Favorites   0 Comments

Color spaces of #cca800

RGB 2041680
HSL0.141.000.40
HSV49°100°80°
CMYK 0.000.181.00   0.20
XYZ38.904540.84265.8329
Yxy40.84260.45460.4772
Hunter Lab63.9082-3.176539.3244
CIE-Lab70.06550.270072.9946

#cca800 color RGB value is (204,168,0).

#cca800 hex color red value is 204, green value is 168 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cca800 hue: 0.14 , saturation: 1.00 and the lightness value of cca800 is 0.40.

The process color (four color CMYK) of #cca800 color hex is 0.00, 0.18, 1.00, 0.20. Web safe color of #cca800 is #cc9900. Color #cca800 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 00000000
Octal 314 250 0
Decimal 204 168 0
Hex CC A8 0

RGB Percentages of Color #cca800

%54.84
%45.16
%0.00

CMYK Percentages of Color #cca800

%0
%18
%100
%20

Triadic Colors of #cca800

#cca800 #00cca8 #a800cc

Analogous Colors of #cca800

#cca800 #8acc00 #cc4200

Monochromatic Colors of #cca800

#cca800

Complementary Color

#cca800 #0024cc

#cca800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca800 Color CSS Codes

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

#cca800 Text Font Color

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

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


#cca800 Background Color

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

This div background color is #cca800


#cca800 Border Color

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

This div border color is #cca800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca800


Comments

No comments written yet.

Please login to write comment.