Color Hex Logo

#e1efed Color Hex

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

Color spaces of #e1efed

RGB 225239237
HSL0.480.300.91
HSV171°94°
CMYK 0.060.000.01   0.06
XYZ77.203983.855092.2373
Yxy83.85500.30480.3311
Hunter Lab91.5724-9.75984.3801
CIE-Lab93.3875-4.9778-0.6405

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

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

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

Base Numbers

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

RGB Percentages of Color #e1efed

%32.10
%34.09
%33.81

CMYK Percentages of Color #e1efed

%6
%0
%1
%6

Triadic Colors of #e1efed

#e1efed #ede1ef #efede1

Analogous Colors of #e1efed

#e1efed #e1eaef #e1efe6

Monochromatic Colors of #e1efed

#e1efed

Complementary Color

#e1efed #efe1e3

#e1efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1efed Color CSS Codes

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

#e1efed Text Font Color

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

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


#e1efed Background Color

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

This div background color is #e1efed


#e1efed Border Color

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

This div border color is #e1efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1efed


Comments

No comments written yet.

Please login to write comment.