Color Hex Logo

#cab8dc Color Hex

#CAB8DC
(202,184,220)
0 Favorites   0 Comments

Color spaces of #cab8dc

RGB 202184220
HSL0.750.340.79
HSV270°16°86°
CMYK 0.080.160.00   0.14
XYZ54.415952.004874.8801
Yxy52.00480.30010.2868
Hunter Lab72.11448.4920-11.0839
CIE-Lab77.283713.0913-15.7015

#cab8dc color RGB value is (202,184,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111000 11011100
Octal 312 270 334
Decimal 202 184 220
Hex CA B8 DC

RGB Percentages of Color #cab8dc

%33.33
%30.36
%36.30

CMYK Percentages of Color #cab8dc

%8
%16
%0
%14

Triadic Colors of #cab8dc

#cab8dc #dccab8 #b8dcca

Analogous Colors of #cab8dc

#cab8dc #dcb8dc #b8b8dc

Monochromatic Colors of #cab8dc

#cab8dc

Complementary Color

#cab8dc #cadcb8

#cab8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab8dc Color CSS Codes

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

#cab8dc Text Font Color

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

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


#cab8dc Background Color

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

This div background color is #cab8dc


#cab8dc Border Color

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

This div border color is #cab8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab8dc


Comments

No comments written yet.

Please login to write comment.