Color Hex Logo

#caadee Color Hex

#CAADEE
(202,173,238)
0 Favorites   0 Comments

Color spaces of #caadee

RGB 202173238
HSL0.740.660.81
HSV267°27°93°
CMYK 0.150.270.00   0.07
XYZ54.733348.616787.3881
Yxy48.61670.28700.2549
Hunter Lab69.725718.0991-25.5010
CIE-Lab75.212222.8256-28.6010

#caadee color RGB value is (202,173,238).

#caadee hex color red value is 202, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #caadee hue: 0.74 , saturation: 0.66 and the lightness value of caadee is 0.81.

The process color (four color CMYK) of #caadee color hex is 0.15, 0.27, 0.00, 0.07. Web safe color of #caadee is #cc99ff. Color #caadee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 11101110
Octal 312 255 356
Decimal 202 173 238
Hex CA AD EE

RGB Percentages of Color #caadee

%32.95
%28.22
%38.83

CMYK Percentages of Color #caadee

%15
%27
%0
%7

Triadic Colors of #caadee

#caadee #eecaad #adeeca

Analogous Colors of #caadee

#caadee #ebadee #adb1ee

Monochromatic Colors of #caadee

#caadee

Complementary Color

#caadee #d1eead

#caadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#caadee Color CSS Codes

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

#caadee Text Font Color

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

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


#caadee Background Color

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

This div background color is #caadee


#caadee Border Color

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

This div border color is #caadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caadee


Comments

No comments written yet.

Please login to write comment.