Color Hex Logo

#eecaff Color Hex

#EECAFF
(238,202,255)
0 Favorites   0 Comments

Color spaces of #eecaff

RGB 238202255
HSL0.781.000.90
HSV281°21°100°
CMYK 0.070.210.00   0.00
XYZ74.430467.6382103.7403
Yxy67.63820.30280.2752
Hunter Lab82.242417.6204-17.2185
CIE-Lab85.825221.9635-21.2396

#eecaff color RGB value is (238,202,255).

#eecaff hex color red value is 238, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eecaff hue: 0.78 , saturation: 1.00 and the lightness value of eecaff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11111111
Octal 356 312 377
Decimal 238 202 255
Hex EE CA FF

RGB Percentages of Color #eecaff

%34.24
%29.06
%36.69

CMYK Percentages of Color #eecaff

%7
%21
%0
%0

Triadic Colors of #eecaff

#eecaff #ffeeca #caffee

Analogous Colors of #eecaff

#eecaff #ffcaf6 #d4caff

Monochromatic Colors of #eecaff

#eecaff

Complementary Color

#eecaff #dbffca

#eecaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecaff Color CSS Codes

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

#eecaff Text Font Color

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

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


#eecaff Background Color

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

This div background color is #eecaff


#eecaff Border Color

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

This div border color is #eecaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecaff

Related Colors


Comments

No comments written yet.

Please login to write comment.