Color Hex Logo

#cab69b Color Hex

#CAB69B
(202,182,155)
0 Favorites   0 Comments

Color spaces of #cab69b

RGB 202182155
HSL0.100.310.70
HSV34°23°79°
CMYK 0.000.100.23   0.21
XYZ47.001548.379037.8712
Yxy48.37900.35270.3631
Hunter Lab69.5550-1.100716.4064
CIE-Lab75.06332.877516.3536

#cab69b color RGB value is (202,182,155).

#cab69b hex color red value is 202, green value is 182 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cab69b hue: 0.10 , saturation: 0.31 and the lightness value of cab69b is 0.70.

The process color (four color CMYK) of #cab69b color hex is 0.00, 0.10, 0.23, 0.21. Web safe color of #cab69b is #cccc99. Color #cab69b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 10011011
Octal 312 266 233
Decimal 202 182 155
Hex CA B6 9B

RGB Percentages of Color #cab69b

%37.48
%33.77
%28.76

CMYK Percentages of Color #cab69b

%0
%10
%23
%21

Triadic Colors of #cab69b

#cab69b #9bcab6 #b69bca

Analogous Colors of #cab69b

#cab69b #c7ca9b #ca9f9b

Monochromatic Colors of #cab69b

#cab69b

Complementary Color

#cab69b #9bafca

#cab69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab69b Color CSS Codes

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

#cab69b Text Font Color

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

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


#cab69b Background Color

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

This div background color is #cab69b


#cab69b Border Color

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

This div border color is #cab69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab69b


Comments

No comments written yet.

Please login to write comment.