Color Hex Logo

#cab9dc Color Hex

#CAB9DC
(202,185,220)
0 Favorites   0 Comments

Color spaces of #cab9dc

RGB 202185220
HSL0.750.330.79
HSV269°16°86°
CMYK 0.080.160.00   0.14
XYZ54.624452.421874.9495
Yxy52.42180.30010.2880
Hunter Lab72.40297.9643-10.6934
CIE-Lab77.532412.5490-15.3273

#cab9dc color RGB value is (202,185,220).

#cab9dc hex color red value is 202, green value is 185 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cab9dc hue: 0.75 , saturation: 0.33 and the lightness value of cab9dc is 0.79.

The process color (four color CMYK) of #cab9dc color hex is 0.08, 0.16, 0.00, 0.14. Web safe color of #cab9dc is #cccccc. Color #cab9dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 11011100
Octal 312 271 334
Decimal 202 185 220
Hex CA B9 DC

RGB Percentages of Color #cab9dc

%33.28
%30.48
%36.24

CMYK Percentages of Color #cab9dc

%8
%16
%0
%14

Triadic Colors of #cab9dc

#cab9dc #dccab9 #b9dcca

Analogous Colors of #cab9dc

#cab9dc #dcb9dc #b9badc

Monochromatic Colors of #cab9dc

#cab9dc

Complementary Color

#cab9dc #cbdcb9

#cab9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab9dc Color CSS Codes

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

#cab9dc Text Font Color

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

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


#cab9dc Background Color

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

This div background color is #cab9dc


#cab9dc Border Color

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

This div border color is #cab9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab9dc


Comments

No comments written yet.

Please login to write comment.