Color Hex Logo

#cab88f Color Hex

#CAB88F
(202,184,143)
0 Favorites   0 Comments

Color spaces of #cab88f

RGB 202184143
HSL0.120.360.68
HSV42°29°79°
CMYK 0.000.090.29   0.21
XYZ46.455548.820732.9615
Yxy48.82070.36230.3807
Hunter Lab69.8718-3.596820.9407
CIE-Lab75.33960.149523.1915

#cab88f color RGB value is (202,184,143).

#cab88f hex color red value is 202, green value is 184 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cab88f hue: 0.12 , saturation: 0.36 and the lightness value of cab88f is 0.68.

The process color (four color CMYK) of #cab88f color hex is 0.00, 0.09, 0.29, 0.21. Web safe color of #cab88f is #cccc99. Color #cab88f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111000 10001111
Octal 312 270 217
Decimal 202 184 143
Hex CA B8 8F

RGB Percentages of Color #cab88f

%38.19
%34.78
%27.03

CMYK Percentages of Color #cab88f

%0
%9
%29
%21

Triadic Colors of #cab88f

#cab88f #8fcab8 #b88fca

Analogous Colors of #cab88f

#cab88f #bfca8f #ca9b8f

Monochromatic Colors of #cab88f

#cab88f

Complementary Color

#cab88f #8fa1ca

#cab88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab88f Color CSS Codes

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

#cab88f Text Font Color

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

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


#cab88f Background Color

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

This div background color is #cab88f


#cab88f Border Color

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

This div border color is #cab88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab88f


Comments

No comments written yet.

Please login to write comment.