Color Hex Logo

#cabe9b Color Hex

#CABE9B
(202,190,155)
0 Favorites   0 Comments

Color spaces of #cabe9b

RGB 202190155
HSL0.120.310.70
HSV45°23°79°
CMYK 0.000.060.23   0.21
XYZ48.687051.750038.4330
Yxy51.75000.35060.3727
Hunter Lab71.9375-5.082518.6802
CIE-Lab77.1311-1.364419.2267

#cabe9b color RGB value is (202,190,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 10011011
Octal 312 276 233
Decimal 202 190 155
Hex CA BE 9B

RGB Percentages of Color #cabe9b

%36.93
%34.73
%28.34

CMYK Percentages of Color #cabe9b

%0
%6
%23
%21

Triadic Colors of #cabe9b

#cabe9b #9bcabe #be9bca

Analogous Colors of #cabe9b

#cabe9b #bfca9b #caa79b

Monochromatic Colors of #cabe9b

#cabe9b

Complementary Color

#cabe9b #9ba7ca

#cabe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe9b Color CSS Codes

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

#cabe9b Text Font Color

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

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


#cabe9b Background Color

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

This div background color is #cabe9b


#cabe9b Border Color

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

This div border color is #cabe9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,190,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 #cabe9b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe9b


Comments

No comments written yet.

Please login to write comment.