Color Hex Logo

#cca12b Color Hex

#CCA12B
(204,161,43)
0 Favorites   0 Comments

Color spaces of #cca12b

RGB 20416143
HSL0.120.650.48
HSV44°79°80°
CMYK 0.000.210.79   0.20
XYZ38.082838.50157.7099
Yxy38.50150.45180.4568
Hunter Lab62.04960.967236.0677
CIE-Lab68.38864.865762.7556

#cca12b color RGB value is (204,161,43).

#cca12b hex color red value is 204, green value is 161 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cca12b hue: 0.12 , saturation: 0.65 and the lightness value of cca12b is 0.48.

The process color (four color CMYK) of #cca12b color hex is 0.00, 0.21, 0.79, 0.20. Web safe color of #cca12b is #cc9933. Color #cca12b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 00101011
Octal 314 241 53
Decimal 204 161 43
Hex CC A1 2B

RGB Percentages of Color #cca12b

%50.00
%39.46
%10.54

CMYK Percentages of Color #cca12b

%0
%21
%79
%20

Triadic Colors of #cca12b

#cca12b #2bcca1 #a12bcc

Analogous Colors of #cca12b

#cca12b #a7cc2b #cc512b

Monochromatic Colors of #cca12b

#cca12b

Complementary Color

#cca12b #2b56cc

#cca12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca12b Color CSS Codes

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

#cca12b Text Font Color

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

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


#cca12b Background Color

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

This div background color is #cca12b


#cca12b Border Color

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

This div border color is #cca12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca12b


Comments

No comments written yet.

Please login to write comment.