Color Hex Logo

#eddffe Color Hex

#EDDFFE
(237,223,254)
0 Favorites   0 Comments

Color spaces of #eddffe

RGB 237223254
HSL0.740.940.94
HSV267°12°100°
CMYK 0.070.120.00   0.00
XYZ79.202177.9356104.6346
Yxy77.93560.30260.2977
Hunter Lab88.28115.6506-8.4763
CIE-Lab90.750510.3791-13.3116

#eddffe color RGB value is (237,223,254).

#eddffe hex color red value is 237, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eddffe hue: 0.74 , saturation: 0.94 and the lightness value of eddffe is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11111110
Octal 355 337 376
Decimal 237 223 254
Hex ED DF FE

RGB Percentages of Color #eddffe

%33.19
%31.23
%35.57

CMYK Percentages of Color #eddffe

%7
%12
%0
%0

Triadic Colors of #eddffe

#eddffe #feeddf #dffeed

Analogous Colors of #eddffe

#eddffe #fddffe #dfe1fe

Monochromatic Colors of #eddffe

#eddffe

Complementary Color

#eddffe #f0fedf

#eddffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddffe Color CSS Codes

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

#eddffe Text Font Color

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

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


#eddffe Background Color

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

This div background color is #eddffe


#eddffe Border Color

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

This div border color is #eddffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,223,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eddffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eddffe;
  -webkit-box-shadow: 1px 1px 3px 2px #eddffe;
  box-shadow:         1px 1px 3px 2px #eddffe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,223,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddffe

Related Colors


Comments

No comments written yet.

Please login to write comment.