Color Hex Logo

#cabddd Color Hex

#CABDDD
(202,189,221)
0 Favorites   0 Comments

Color spaces of #cabddd

RGB 202189221
HSL0.730.320.80
HSV264°14°87°
CMYK 0.090.140.00   0.13
XYZ55.605954.172275.9321
Yxy54.17220.29940.2917
Hunter Lab73.60186.0531-9.6460
CIE-Lab78.562010.5859-14.3204

#cabddd color RGB value is (202,189,221).

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

The process color (four color CMYK) of #cabddd color hex is 0.09, 0.14, 0.00, 0.13. Web safe color of #cabddd is #cccccc. Color #cabddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 11011101
Octal 312 275 335
Decimal 202 189 221
Hex CA BD DD

RGB Percentages of Color #cabddd

%33.01
%30.88
%36.11

CMYK Percentages of Color #cabddd

%9
%14
%0
%13

Triadic Colors of #cabddd

#cabddd #ddcabd #bdddca

Analogous Colors of #cabddd

#cabddd #dabddd #bdc0dd

Monochromatic Colors of #cabddd

#cabddd

Complementary Color

#cabddd #d0ddbd

#cabddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabddd Color CSS Codes

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

#cabddd Text Font Color

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

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


#cabddd Background Color

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

This div background color is #cabddd


#cabddd Border Color

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

This div border color is #cabddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabddd

#cabddd Color Palettes


Comments

No comments written yet.

Please login to write comment.