Color Hex Logo

#caa327 Color Hex

#CAA327
(202,163,39)
0 Favorites   0 Comments

Color spaces of #caa327

RGB 20216339
HSL0.130.680.47
HSV46°81°79°
CMYK 0.000.190.81   0.21
XYZ37.820538.89747.4341
Yxy38.89740.44940.4622
Hunter Lab62.3678-0.899336.5902
CIE-Lab68.67692.775064.2512

#caa327 color RGB value is (202,163,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 00100111
Octal 312 243 47
Decimal 202 163 39
Hex CA A3 27

RGB Percentages of Color #caa327

%50.00
%40.35
%9.65

CMYK Percentages of Color #caa327

%0
%19
%81
%21

Triadic Colors of #caa327

#caa327 #27caa3 #a327ca

Analogous Colors of #caa327

#caa327 #a0ca27 #ca5227

Monochromatic Colors of #caa327

#caa327

Complementary Color

#caa327 #274eca

#caa327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa327 Color CSS Codes

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

#caa327 Text Font Color

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

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


#caa327 Background Color

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

This div background color is #caa327


#caa327 Border Color

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

This div border color is #caa327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa327


Comments

No comments written yet.

Please login to write comment.