Color Hex Logo

#cab88a Color Hex

#CAB88A
(202,184,138)
0 Favorites   0 Comments

Color spaces of #cab88a

RGB 202184138
HSL0.120.380.67
HSV43°32°79°
CMYK 0.000.090.32   0.21
XYZ46.085148.672531.0105
Yxy48.67250.36640.3870
Hunter Lab69.7657-4.178222.4819
CIE-Lab75.2471-0.501325.7357

#cab88a color RGB value is (202,184,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111000 10001010
Octal 312 270 212
Decimal 202 184 138
Hex CA B8 8A

RGB Percentages of Color #cab88a

%38.55
%35.11
%26.34

CMYK Percentages of Color #cab88a

%0
%9
%32
%21

Triadic Colors of #cab88a

#cab88a #8acab8 #b88aca

Analogous Colors of #cab88a

#cab88a #bcca8a #ca988a

Monochromatic Colors of #cab88a

#cab88a

Complementary Color

#cab88a #8a9cca

#cab88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab88a Color CSS Codes

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

#cab88a Text Font Color

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

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


#cab88a Background Color

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

This div background color is #cab88a


#cab88a Border Color

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

This div border color is #cab88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab88a


Comments

No comments written yet.

Please login to write comment.