Color Hex Logo

#caa423 Color Hex

#CAA423
(202,164,35)
0 Favorites   0 Comments

Color spaces of #caa423

RGB 20216435
HSL0.130.700.46
HSV46°83°79°
CMYK 0.000.190.83   0.21
XYZ37.936039.22887.1626
Yxy39.22880.44990.4652
Hunter Lab62.6329-1.492337.0627
CIE-Lab68.91672.115365.6721

#caa423 color RGB value is (202,164,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100100 00100011
Octal 312 244 43
Decimal 202 164 35
Hex CA A4 23

RGB Percentages of Color #caa423

%50.37
%40.90
%8.73

CMYK Percentages of Color #caa423

%0
%19
%83
%21

Triadic Colors of #caa423

#caa423 #23caa4 #a423ca

Analogous Colors of #caa423

#caa423 #9dca23 #ca5123

Monochromatic Colors of #caa423

#caa423

Complementary Color

#caa423 #2349ca

#caa423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa423 Color CSS Codes

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

#caa423 Text Font Color

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

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


#caa423 Background Color

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

This div background color is #caa423


#caa423 Border Color

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

This div border color is #caa423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa423


Comments

No comments written yet.

Please login to write comment.