Color Hex Logo

#cab4bd Color Hex

#CAB4BD
(202,180,189)
0 Favorites   0 Comments

Color spaces of #cab4bd

RGB 202180189
HSL0.930.170.75
HSV335°11°79°
CMYK 0.000.110.06   0.21
XYZ49.863748.873254.9495
Yxy48.87320.32450.3180
Hunter Lab69.90944.97592.3340
CIE-Lab75.37249.4138-1.6937

#cab4bd color RGB value is (202,180,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 10111101
Octal 312 264 275
Decimal 202 180 189
Hex CA B4 BD

RGB Percentages of Color #cab4bd

%35.38
%31.52
%33.10

CMYK Percentages of Color #cab4bd

%0
%11
%6
%21

Triadic Colors of #cab4bd

#cab4bd #bdcab4 #b4bdca

Analogous Colors of #cab4bd

#cab4bd #cab6b4 #cab4c8

Monochromatic Colors of #cab4bd

#cab4bd

Complementary Color

#cab4bd #b4cac1

#cab4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab4bd Color CSS Codes

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

#cab4bd Text Font Color

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

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


#cab4bd Background Color

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

This div background color is #cab4bd


#cab4bd Border Color

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

This div border color is #cab4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab4bd


Comments

No comments written yet.

Please login to write comment.