Color Hex Logo

#cab981 Color Hex

#CAB981
(202,185,129)
0 Favorites   0 Comments

Color spaces of #cab981

RGB 202185129
HSL0.130.410.65
HSV46°36°79°
CMYK 0.000.080.36   0.21
XYZ45.668548.839527.7888
Yxy48.83950.37340.3994
Hunter Lab69.8853-5.653325.3439
CIE-Lab75.3514-2.137830.6399

#cab981 color RGB value is (202,185,129).

#cab981 hex color red value is 202, green value is 185 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #cab981 hue: 0.13 , saturation: 0.41 and the lightness value of cab981 is 0.65.

The process color (four color CMYK) of #cab981 color hex is 0.00, 0.08, 0.36, 0.21. Web safe color of #cab981 is #cccc99. Color #cab981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 10000001
Octal 312 271 201
Decimal 202 185 129
Hex CA B9 81

RGB Percentages of Color #cab981

%39.15
%35.85
%25.00

CMYK Percentages of Color #cab981

%0
%8
%36
%21

Triadic Colors of #cab981

#cab981 #81cab9 #b981ca

Analogous Colors of #cab981

#cab981 #b7ca81 #ca9581

Monochromatic Colors of #cab981

#cab981

Complementary Color

#cab981 #8192ca

#cab981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab981 Color CSS Codes

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

#cab981 Text Font Color

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

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


#cab981 Background Color

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

This div background color is #cab981


#cab981 Border Color

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

This div border color is #cab981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab981


Comments

No comments written yet.

Please login to write comment.