Color Hex Logo

#cabdee Color Hex

#CABDEE
(202,189,238)
0 Favorites   0 Comments

Color spaces of #cabdee

RGB 202189238
HSL0.710.590.84
HSV256°21°93°
CMYK 0.150.210.00   0.07
XYZ57.987355.124888.4728
Yxy55.12480.28770.2735
Hunter Lab74.24619.4805-18.6786
CIE-Lab79.113114.0971-22.6412

#cabdee color RGB value is (202,189,238).

#cabdee hex color red value is 202, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cabdee hue: 0.71 , saturation: 0.59 and the lightness value of cabdee is 0.84.

The process color (four color CMYK) of #cabdee color hex is 0.15, 0.21, 0.00, 0.07. Web safe color of #cabdee is #ccccff. Color #cabdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 11101110
Octal 312 275 356
Decimal 202 189 238
Hex CA BD EE

RGB Percentages of Color #cabdee

%32.11
%30.05
%37.84

CMYK Percentages of Color #cabdee

%15
%21
%0
%7

Triadic Colors of #cabdee

#cabdee #eecabd #bdeeca

Analogous Colors of #cabdee

#cabdee #e3bdee #bdc9ee

Monochromatic Colors of #cabdee

#cabdee

Complementary Color

#cabdee #e1eebd

#cabdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabdee Color CSS Codes

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

#cabdee Text Font Color

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

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


#cabdee Background Color

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

This div background color is #cabdee


#cabdee Border Color

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

This div border color is #cabdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabdee


Comments

No comments written yet.

Please login to write comment.