Color Hex Logo

#cab1bd Color Hex

#CAB1BD
(202,177,189)
0 Favorites   0 Comments

Color spaces of #cab1bd

RGB 202177189
HSL0.920.190.74
HSV331°12°79°
CMYK 0.000.120.06   0.21
XYZ49.264647.675054.7498
Yxy47.67500.32480.3143
Hunter Lab69.04716.52611.3199
CIE-Lab74.619511.0375-2.7987

#cab1bd color RGB value is (202,177,189).

#cab1bd hex color red value is 202, green value is 177 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cab1bd hue: 0.92 , saturation: 0.19 and the lightness value of cab1bd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110001 10111101
Octal 312 261 275
Decimal 202 177 189
Hex CA B1 BD

RGB Percentages of Color #cab1bd

%35.56
%31.16
%33.27

CMYK Percentages of Color #cab1bd

%0
%12
%6
%21

Triadic Colors of #cab1bd

#cab1bd #bdcab1 #b1bdca

Analogous Colors of #cab1bd

#cab1bd #cab2b1 #cab1ca

Monochromatic Colors of #cab1bd

#cab1bd

Complementary Color

#cab1bd #b1cabe

#cab1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab1bd Color CSS Codes

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

#cab1bd Text Font Color

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

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


#cab1bd Background Color

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

This div background color is #cab1bd


#cab1bd Border Color

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

This div border color is #cab1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab1bd


Comments

No comments written yet.

Please login to write comment.