Color Hex Logo

#cabbdc Color Hex

#CABBDC
(202,187,220)
0 Favorites   0 Comments

Color spaces of #cabbdc

RGB 202187220
HSL0.740.320.80
HSV267°15°86°
CMYK 0.080.150.00   0.14
XYZ55.045753.264575.0900
Yxy53.26450.30010.2904
Hunter Lab72.98256.9108-9.9143
CIE-Lab78.030911.4662-14.5781

#cabbdc color RGB value is (202,187,220).

#cabbdc hex color red value is 202, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cabbdc hue: 0.74 , saturation: 0.32 and the lightness value of cabbdc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 11011100
Octal 312 273 334
Decimal 202 187 220
Hex CA BB DC

RGB Percentages of Color #cabbdc

%33.17
%30.71
%36.12

CMYK Percentages of Color #cabbdc

%8
%15
%0
%14

Triadic Colors of #cabbdc

#cabbdc #dccabb #bbdcca

Analogous Colors of #cabbdc

#cabbdc #dbbbdc #bbbddc

Monochromatic Colors of #cabbdc

#cabbdc

Complementary Color

#cabbdc #cddcbb

#cabbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabbdc Color CSS Codes

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

#cabbdc Text Font Color

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

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


#cabbdc Background Color

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

This div background color is #cabbdc


#cabbdc Border Color

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

This div border color is #cabbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabbdc

#cabbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.