Color Hex Logo

#caab62 Color Hex

#CAAB62
(202,171,98)
0 Favorites   0 Comments

Color spaces of #caab62

RGB 20217198
HSL0.120.500.59
HSV42°51°79°
CMYK 0.000.150.51   0.21
XYZ41.124642.564217.6035
Yxy42.56420.40600.4202
Hunter Lab65.2412-1.655329.6711
CIE-Lab71.25822.060741.4912

#caab62 color RGB value is (202,171,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 01100010
Octal 312 253 142
Decimal 202 171 98
Hex CA AB 62

RGB Percentages of Color #caab62

%42.89
%36.31
%20.81

CMYK Percentages of Color #caab62

%0
%15
%51
%21

Triadic Colors of #caab62

#caab62 #62caab #ab62ca

Analogous Colors of #caab62

#caab62 #b5ca62 #ca7762

Monochromatic Colors of #caab62

#caab62

Complementary Color

#caab62 #6281ca

#caab62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caab62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caab62 Color CSS Codes

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

#caab62 Text Font Color

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

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


#caab62 Background Color

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

This div background color is #caab62


#caab62 Border Color

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

This div border color is #caab62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caab62


Comments

No comments written yet.

Please login to write comment.