Color Hex Logo

#cca10b Color Hex

#CCA10B
(204,161,11)
0 Favorites   0 Comments

Color spaces of #cca10b

RGB 20416111
HSL0.130.900.42
HSV47°95°80°
CMYK 0.000.210.95   0.20
XYZ37.707138.35135.7318
Yxy38.35130.46100.4689
Hunter Lab61.92840.310737.8623
CIE-Lab68.27874.123270.3521

#cca10b color RGB value is (204,161,11).

#cca10b hex color red value is 204, green value is 161 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cca10b hue: 0.13 , saturation: 0.90 and the lightness value of cca10b is 0.42.

The process color (four color CMYK) of #cca10b color hex is 0.00, 0.21, 0.95, 0.20. Web safe color of #cca10b is #cc9900. Color #cca10b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 00001011
Octal 314 241 13
Decimal 204 161 11
Hex CC A1 B

RGB Percentages of Color #cca10b

%54.26
%42.82
%2.93

CMYK Percentages of Color #cca10b

%0
%21
%95
%20

Triadic Colors of #cca10b

#cca10b #0bcca1 #a10bcc

Analogous Colors of #cca10b

#cca10b #97cc0b #cc410b

Monochromatic Colors of #cca10b

#cca10b

Complementary Color

#cca10b #0b36cc

#cca10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca10b Color CSS Codes

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

#cca10b Text Font Color

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

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


#cca10b Background Color

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

This div background color is #cca10b


#cca10b Border Color

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

This div border color is #cca10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca10b


Comments

No comments written yet.

Please login to write comment.