Color Hex Logo

#cababb Color Hex

#CABABB
(202,186,187)
0 Favorites   0 Comments

Color spaces of #cababb

RGB 202186187
HSL0.990.130.76
HSV356°79°
CMYK 0.000.080.07   0.21
XYZ50.885751.262254.2263
Yxy51.26220.32540.3278
Hunter Lab71.59761.56735.2135
CIE-Lab76.83765.83471.5341

#cababb color RGB value is (202,186,187).

#cababb hex color red value is 202, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cababb hue: 0.99 , saturation: 0.13 and the lightness value of cababb is 0.76.

The process color (four color CMYK) of #cababb color hex is 0.00, 0.08, 0.07, 0.21. Web safe color of #cababb is #cccccc. Color #cababb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111010 10111011
Octal 312 272 273
Decimal 202 186 187
Hex CA BA BB

RGB Percentages of Color #cababb

%35.13
%32.35
%32.52

CMYK Percentages of Color #cababb

%0
%8
%7
%21

Triadic Colors of #cababb

#cababb #bbcaba #babbca

Analogous Colors of #cababb

#cababb #cac1ba #cabac3

Monochromatic Colors of #cababb

#cababb

Complementary Color

#cababb #bacac9

#cababb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cababb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cababb Color CSS Codes

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

#cababb Text Font Color

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

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


#cababb Background Color

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

This div background color is #cababb


#cababb Border Color

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

This div border color is #cababb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cababb


Comments

No comments written yet.

Please login to write comment.