Color Hex Logo

#cabdd9 Color Hex

#CABDD9
(202,189,217)
0 Favorites   0 Comments

Color spaces of #cabdd9

RGB 202189217
HSL0.740.270.80
HSV268°13°85°
CMYK 0.070.130.00   0.15
XYZ55.079153.961573.1583
Yxy53.96150.30230.2962
Hunter Lab73.45855.2868-7.6268
CIE-Lab78.43939.7902-12.3456

#cabdd9 color RGB value is (202,189,217).

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

The process color (four color CMYK) of #cabdd9 color hex is 0.07, 0.13, 0.00, 0.15. Web safe color of #cabdd9 is #cccccc. Color #cabdd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 11011001
Octal 312 275 331
Decimal 202 189 217
Hex CA BD D9

RGB Percentages of Color #cabdd9

%33.22
%31.09
%35.69

CMYK Percentages of Color #cabdd9

%7
%13
%0
%15

Triadic Colors of #cabdd9

#cabdd9 #d9cabd #bdd9ca

Analogous Colors of #cabdd9

#cabdd9 #d8bdd9 #bdbed9

Monochromatic Colors of #cabdd9

#cabdd9

Complementary Color

#cabdd9 #ccd9bd

#cabdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabdd9 Color CSS Codes

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

#cabdd9 Text Font Color

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

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


#cabdd9 Background Color

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

This div background color is #cabdd9


#cabdd9 Border Color

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

This div border color is #cabdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabdd9


Comments

No comments written yet.

Please login to write comment.