Color Hex Logo

#eecefd Color Hex

#EECEFD
(238,206,253)
0 Favorites   0 Comments

Color spaces of #eecefd

RGB 238206253
HSL0.780.920.90
HSV281°19°99°
CMYK 0.060.190.00   0.01
XYZ75.060869.4116102.3702
Yxy69.41160.30410.2812
Hunter Lab83.313615.0194-14.5320
CIE-Lab86.707519.4582-18.8483

#eecefd color RGB value is (238,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001110 11111101
Octal 356 316 375
Decimal 238 206 253
Hex EE CE FD

RGB Percentages of Color #eecefd

%34.15
%29.56
%36.30

CMYK Percentages of Color #eecefd

%6
%19
%0
%1

Triadic Colors of #eecefd

#eecefd #fdeece #cefdee

Analogous Colors of #eecefd

#eecefd #fdcef5 #d7cefd

Monochromatic Colors of #eecefd

#eecefd

Complementary Color

#eecefd #ddfdce

#eecefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecefd Color CSS Codes

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

#eecefd Text Font Color

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

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


#eecefd Background Color

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

This div background color is #eecefd


#eecefd Border Color

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

This div border color is #eecefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecefd


Comments

No comments written yet.

Please login to write comment.