Color Hex Logo

#cab88e Color Hex

#CAB88E
(202,184,142)
0 Favorites   0 Comments

Color spaces of #cab88e

RGB 202184142
HSL0.120.360.67
HSV42°30°79°
CMYK 0.000.090.30   0.21
XYZ46.380148.790532.5642
Yxy48.79050.36310.3820
Hunter Lab69.8502-3.714921.2541
CIE-Lab75.32080.017523.7008

#cab88e color RGB value is (202,184,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111000 10001110
Octal 312 270 216
Decimal 202 184 142
Hex CA B8 8E

RGB Percentages of Color #cab88e

%38.26
%34.85
%26.89

CMYK Percentages of Color #cab88e

%0
%9
%30
%21

Triadic Colors of #cab88e

#cab88e #8ecab8 #b88eca

Analogous Colors of #cab88e

#cab88e #beca8e #ca9a8e

Monochromatic Colors of #cab88e

#cab88e

Complementary Color

#cab88e #8ea0ca

#cab88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab88e Color CSS Codes

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

#cab88e Text Font Color

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

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


#cab88e Background Color

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

This div background color is #cab88e


#cab88e Border Color

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

This div border color is #cab88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab88e


Comments

No comments written yet.

Please login to write comment.