Color Hex Logo

#caab52 Color Hex

#CAAB52
(202,171,82)
0 Favorites   0 Comments

Color spaces of #caab52

RGB 20217182
HSL0.120.530.56
HSV45°59°79°
CMYK 0.000.150.59   0.21
XYZ40.443042.291614.0142
Yxy42.29160.41800.4371
Hunter Lab65.0320-2.797932.7456
CIE-Lab71.07150.764449.1439

#caab52 color RGB value is (202,171,82).

#caab52 hex color red value is 202, green value is 171 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #caab52 hue: 0.12 , saturation: 0.53 and the lightness value of caab52 is 0.56.

The process color (four color CMYK) of #caab52 color hex is 0.00, 0.15, 0.59, 0.21. Web safe color of #caab52 is #cc9966. Color #caab52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 01010010
Octal 312 253 122
Decimal 202 171 82
Hex CA AB 52

RGB Percentages of Color #caab52

%44.40
%37.58
%18.02

CMYK Percentages of Color #caab52

%0
%15
%59
%21

Triadic Colors of #caab52

#caab52 #52caab #ab52ca

Analogous Colors of #caab52

#caab52 #adca52 #ca6f52

Monochromatic Colors of #caab52

#caab52

Complementary Color

#caab52 #5271ca

#caab52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caab52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caab52 Color CSS Codes

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

#caab52 Text Font Color

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

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


#caab52 Background Color

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

This div background color is #caab52


#caab52 Border Color

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

This div border color is #caab52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caab52


Comments

No comments written yet.

Please login to write comment.