Color Hex Logo

#caa427 Color Hex

#CAA427
(202,164,39)
0 Favorites   0 Comments

Color spaces of #caa427

RGB 20216439
HSL0.130.680.47
HSV46°81°79°
CMYK 0.000.190.81   0.21
XYZ37.998839.25407.4935
Yxy39.25400.44840.4632
Hunter Lab62.6530-1.383236.7658
CIE-Lab68.93492.240064.4789

#caa427 color RGB value is (202,164,39).

#caa427 hex color red value is 202, green value is 164 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #caa427 hue: 0.13 , saturation: 0.68 and the lightness value of caa427 is 0.47.

The process color (four color CMYK) of #caa427 color hex is 0.00, 0.19, 0.81, 0.21. Web safe color of #caa427 is #cc9933. Color #caa427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100100 00100111
Octal 312 244 47
Decimal 202 164 39
Hex CA A4 27

RGB Percentages of Color #caa427

%49.88
%40.49
%9.63

CMYK Percentages of Color #caa427

%0
%19
%81
%21

Triadic Colors of #caa427

#caa427 #27caa4 #a427ca

Analogous Colors of #caa427

#caa427 #9fca27 #ca5327

Monochromatic Colors of #caa427

#caa427

Complementary Color

#caa427 #274dca

#caa427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa427 Color CSS Codes

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

#caa427 Text Font Color

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

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


#caa427 Background Color

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

This div background color is #caa427


#caa427 Border Color

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

This div border color is #caa427


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,164,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #caa427; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #caa427;
  -webkit-box-shadow: 1px 1px 3px 2px #caa427;
  box-shadow:         1px 1px 3px 2px #caa427; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,164,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa427


Comments

No comments written yet.

Please login to write comment.