Color Hex Logo

#eecffd Color Hex

#EECFFD
(238,207,253)
0 Favorites   0 Comments

Color spaces of #eecffd

RGB 238207253
HSL0.780.920.90
HSV280°18°99°
CMYK 0.060.180.00   0.01
XYZ75.302369.8946102.4507
Yxy69.89460.30410.2822
Hunter Lab83.603014.4720-14.1344
CIE-Lab86.945118.9288-18.4898

#eecffd color RGB value is (238,207,253).

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

The process color (four color CMYK) of #eecffd color hex is 0.06, 0.18, 0.00, 0.01. Web safe color of #eecffd is #ffccff. Color #eecffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001111 11111101
Octal 356 317 375
Decimal 238 207 253
Hex EE CF FD

RGB Percentages of Color #eecffd

%34.10
%29.66
%36.25

CMYK Percentages of Color #eecffd

%6
%18
%0
%1

Triadic Colors of #eecffd

#eecffd #fdeecf #cffdee

Analogous Colors of #eecffd

#eecffd #fdcff5 #d7cffd

Monochromatic Colors of #eecffd

#eecffd

Complementary Color

#eecffd #defdcf

#eecffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecffd Color CSS Codes

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

#eecffd Text Font Color

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

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


#eecffd Background Color

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

This div background color is #eecffd


#eecffd Border Color

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

This div border color is #eecffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecffd


Comments

No comments written yet.

Please login to write comment.