Color Hex Logo

#cab2bb Color Hex

#CAB2BB
(202,178,187)
0 Favorites   0 Comments

Color spaces of #cab2bb

RGB 202178187
HSL0.940.180.75
HSV338°12°79°
CMYK 0.000.120.07   0.21
XYZ49.247247.985253.6802
Yxy47.98520.32630.3180
Hunter Lab69.27145.67642.5446
CIE-Lab74.815610.1449-1.4181

#cab2bb color RGB value is (202,178,187).

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

The process color (four color CMYK) of #cab2bb color hex is 0.00, 0.12, 0.07, 0.21. Web safe color of #cab2bb is #cc99cc. Color #cab2bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110010 10111011
Octal 312 262 273
Decimal 202 178 187
Hex CA B2 BB

RGB Percentages of Color #cab2bb

%35.63
%31.39
%32.98

CMYK Percentages of Color #cab2bb

%0
%12
%7
%21

Triadic Colors of #cab2bb

#cab2bb #bbcab2 #b2bbca

Analogous Colors of #cab2bb

#cab2bb #cab5b2 #cab2c7

Monochromatic Colors of #cab2bb

#cab2bb

Complementary Color

#cab2bb #b2cac1

#cab2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab2bb Color CSS Codes

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

#cab2bb Text Font Color

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

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


#cab2bb Background Color

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

This div background color is #cab2bb


#cab2bb Border Color

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

This div border color is #cab2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab2bb


Comments

No comments written yet.

Please login to write comment.