Color Hex Logo

#cab87f Color Hex

#CAB87F
(202,184,127)
0 Favorites   0 Comments

Color spaces of #cab87f

RGB 202184127
HSL0.130.410.65
HSV46°37°79°
CMYK 0.000.090.37   0.21
XYZ45.328448.369827.0259
Yxy48.36980.37550.4007
Hunter Lab69.5484-5.371725.6443
CIE-Lab75.0576-1.846031.3051

#cab87f color RGB value is (202,184,127).

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

The process color (four color CMYK) of #cab87f color hex is 0.00, 0.09, 0.37, 0.21. Web safe color of #cab87f is #cccc66. Color #cab87f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111000 01111111
Octal 312 270 177
Decimal 202 184 127
Hex CA B8 7F

RGB Percentages of Color #cab87f

%39.38
%35.87
%24.76

CMYK Percentages of Color #cab87f

%0
%9
%37
%21

Triadic Colors of #cab87f

#cab87f #7fcab8 #b87fca

Analogous Colors of #cab87f

#cab87f #b7ca7f #ca937f

Monochromatic Colors of #cab87f

#cab87f

Complementary Color

#cab87f #7f91ca

#cab87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab87f Color CSS Codes

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

#cab87f Text Font Color

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

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


#cab87f Background Color

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

This div background color is #cab87f


#cab87f Border Color

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

This div border color is #cab87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab87f


Comments

No comments written yet.

Please login to write comment.