Color Hex Logo

#edee7f Color Hex

#EDEE7F
(237,238,127)
0 Favorites   0 Comments

Color spaces of #edee7f

RGB 237238127
HSL0.170.770.72
HSV61°47°93°
CMYK 0.000.000.47   0.07
XYZ69.330480.685931.9985
Yxy80.68590.38090.4433
Hunter Lab89.8253-19.421641.7568
CIE-Lab91.9917-15.392653.2228

#edee7f color RGB value is (237,238,127).

#edee7f hex color red value is 237, green value is 238 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #edee7f hue: 0.17 , saturation: 0.77 and the lightness value of edee7f is 0.72.

The process color (four color CMYK) of #edee7f color hex is 0.00, 0.00, 0.47, 0.07. Web safe color of #edee7f is #ffff66. Color #edee7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 01111111
Octal 355 356 177
Decimal 237 238 127
Hex ED EE 7F

RGB Percentages of Color #edee7f

%39.37
%39.53
%21.10

CMYK Percentages of Color #edee7f

%0
%0
%47
%7

Triadic Colors of #edee7f

#edee7f #7fedee #ee7fed

Analogous Colors of #edee7f

#edee7f #b6ee7f #eeb87f

Monochromatic Colors of #edee7f

#edee7f

Complementary Color

#edee7f #807fee

#edee7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edee7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edee7f Color CSS Codes

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

#edee7f Text Font Color

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

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


#edee7f Background Color

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

This div background color is #edee7f


#edee7f Border Color

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

This div border color is #edee7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edee7f


Comments

No comments written yet.

Please login to write comment.