Color Hex Logo

#edfee1 Color Hex

#EDFEE1
(237,254,225)
0 Favorites   0 Comments

Color spaces of #edfee1

RGB 237254225
HSL0.260.940.94
HSV95°11°100°
CMYK 0.070.000.11   0.00
XYZ83.957594.324485.0156
Yxy94.32440.31890.3582
Hunter Lab97.1207-15.654316.0844
CIE-Lab97.7626-10.610911.9763

#edfee1 color RGB value is (237,254,225).

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

The process color (four color CMYK) of #edfee1 color hex is 0.07, 0.00, 0.11, 0.00. Web safe color of #edfee1 is #ffffcc. Color #edfee1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11100001
Octal 355 376 341
Decimal 237 254 225
Hex ED FE E1

RGB Percentages of Color #edfee1

%33.10
%35.47
%31.42

CMYK Percentages of Color #edfee1

%7
%0
%11
%0

Triadic Colors of #edfee1

#edfee1 #e1edfe #fee1ed

Analogous Colors of #edfee1

#edfee1 #e1fee4 #fcfee1

Monochromatic Colors of #edfee1

#edfee1

Complementary Color

#edfee1 #f2e1fe

#edfee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfee1 Color CSS Codes

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

#edfee1 Text Font Color

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

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


#edfee1 Background Color

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

This div background color is #edfee1


#edfee1 Border Color

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

This div border color is #edfee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfee1


Comments

No comments written yet.

Please login to write comment.