Color Hex Logo

#cca708 Color Hex

#CCA708
(204,167,8)
0 Favorites   0 Comments

Color spaces of #cca708

RGB 2041678
HSL0.140.920.42
HSV49°96°80°
CMYK 0.000.180.96   0.20
XYZ38.764440.49236.0024
Yxy40.49230.45470.4749
Hunter Lab63.6336-2.619838.9508
CIE-Lab69.81870.887571.8458

#cca708 color RGB value is (204,167,8).

#cca708 hex color red value is 204, green value is 167 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #cca708 hue: 0.14 , saturation: 0.92 and the lightness value of cca708 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 00001000
Octal 314 247 10
Decimal 204 167 8
Hex CC A7 8

RGB Percentages of Color #cca708

%53.83
%44.06
%2.11

CMYK Percentages of Color #cca708

%0
%18
%96
%20

Triadic Colors of #cca708

#cca708 #08cca7 #a708cc

Analogous Colors of #cca708

#cca708 #8fcc08 #cc4508

Monochromatic Colors of #cca708

#cca708

Complementary Color

#cca708 #082dcc

#cca708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca708 Color CSS Codes

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

#cca708 Text Font Color

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

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


#cca708 Background Color

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

This div background color is #cca708


#cca708 Border Color

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

This div border color is #cca708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca708


Comments

No comments written yet.

Please login to write comment.