Color Hex Logo

#cca700 Color Hex

#CCA700
(204,167,0)
0 Favorites   0 Comments

Color spaces of #cca700

RGB 2041670
HSL0.141.000.40
HSV49°100°80°
CMYK 0.000.181.00   0.20
XYZ38.720640.47485.7716
Yxy40.47480.45570.4764
Hunter Lab63.6198-2.695139.1551
CIE-Lab69.80640.801172.8128

#cca700 color RGB value is (204,167,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 00000000
Octal 314 247 0
Decimal 204 167 0
Hex CC A7 0

RGB Percentages of Color #cca700

%54.99
%45.01
%0.00

CMYK Percentages of Color #cca700

%0
%18
%100
%20

Triadic Colors of #cca700

#cca700 #00cca7 #a700cc

Analogous Colors of #cca700

#cca700 #8bcc00 #cc4100

Monochromatic Colors of #cca700

#cca700

Complementary Color

#cca700 #0025cc

#cca700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca700 Color CSS Codes

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

#cca700 Text Font Color

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

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


#cca700 Background Color

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

This div background color is #cca700


#cca700 Border Color

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

This div border color is #cca700


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,167,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 #cca700">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca700

#cca700 Color Palettes


Comments

No comments written yet.

Please login to write comment.