Color Hex Logo

#cabbdb Color Hex

#CABBDB
(202,187,219)
0 Favorites   0 Comments

Color spaces of #cabbdb

RGB 202187219
HSL0.740.310.80
HSV268°15°86°
CMYK 0.080.150.00   0.14
XYZ54.913653.211774.3945
Yxy53.21170.30090.2915
Hunter Lab72.94646.7177-9.4046
CIE-Lab77.999811.2665-14.0844

#cabbdb color RGB value is (202,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 11011011
Octal 312 273 333
Decimal 202 187 219
Hex CA BB DB

RGB Percentages of Color #cabbdb

%33.22
%30.76
%36.02

CMYK Percentages of Color #cabbdb

%8
%15
%0
%14

Triadic Colors of #cabbdb

#cabbdb #dbcabb #bbdbca

Analogous Colors of #cabbdb

#cabbdb #dabbdb #bbbcdb

Monochromatic Colors of #cabbdb

#cabbdb

Complementary Color

#cabbdb #ccdbbb

#cabbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabbdb Color CSS Codes

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

#cabbdb Text Font Color

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

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


#cabbdb Background Color

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

This div background color is #cabbdb


#cabbdb Border Color

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

This div border color is #cabbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabbdb


Comments

No comments written yet.

Please login to write comment.