Color Hex Logo

#e1edef Color Hex

#E1EDEF
(225,237,239)
0 Favorites   0 Comments

Color spaces of #e1edef

RGB 225237239
HSL0.520.300.91
HSV189°94°
CMYK 0.060.010.00   0.06
XYZ76.915582.807993.5910
Yxy82.80790.30360.3269
Hunter Lab90.9988-8.37342.7203
CIE-Lab92.9303-3.5886-2.3501

#e1edef color RGB value is (225,237,239).

#e1edef hex color red value is 225, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e1edef hue: 0.52 , saturation: 0.30 and the lightness value of e1edef is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101101 11101111
Octal 341 355 357
Decimal 225 237 239
Hex E1 ED EF

RGB Percentages of Color #e1edef

%32.10
%33.81
%34.09

CMYK Percentages of Color #e1edef

%6
%1
%0
%6

Triadic Colors of #e1edef

#e1edef #efe1ed #edefe1

Analogous Colors of #e1edef

#e1edef #e1e6ef #e1efea

Monochromatic Colors of #e1edef

#e1edef

Complementary Color

#e1edef #efe3e1

#e1edef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1edef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1edef Color CSS Codes

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

#e1edef Text Font Color

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

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


#e1edef Background Color

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

This div background color is #e1edef


#e1edef Border Color

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

This div border color is #e1edef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1edef


Comments

No comments written yet.

Please login to write comment.