Color Hex Logo

#cab4bb Color Hex

#CAB4BB
(202,180,187)
0 Favorites   0 Comments

Color spaces of #cab4bb

RGB 202180187
HSL0.950.170.75
HSV341°11°79°
CMYK 0.000.110.07   0.21
XYZ49.648048.786953.8138
Yxy48.78690.32610.3204
Hunter Lab69.84764.64533.2136
CIE-Lab75.31869.0634-0.6819

#cab4bb color RGB value is (202,180,187).

#cab4bb hex color red value is 202, green value is 180 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cab4bb hue: 0.95 , saturation: 0.17 and the lightness value of cab4bb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 10111011
Octal 312 264 273
Decimal 202 180 187
Hex CA B4 BB

RGB Percentages of Color #cab4bb

%35.50
%31.63
%32.86

CMYK Percentages of Color #cab4bb

%0
%11
%7
%21

Triadic Colors of #cab4bb

#cab4bb #bbcab4 #b4bbca

Analogous Colors of #cab4bb

#cab4bb #cab8b4 #cab4c6

Monochromatic Colors of #cab4bb

#cab4bb

Complementary Color

#cab4bb #b4cac3

#cab4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab4bb Color CSS Codes

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

#cab4bb Text Font Color

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

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


#cab4bb Background Color

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

This div background color is #cab4bb


#cab4bb Border Color

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

This div border color is #cab4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab4bb


Comments

No comments written yet.

Please login to write comment.