Color Hex Logo

#edef7d Color Hex

#EDEF7D
(237,239,125)
1 Favorites   0 Comments

Color spaces of #edef7d

RGB 237239125
HSL0.170.780.71
HSV61°48°94°
CMYK 0.010.000.48   0.06
XYZ69.493281.218231.4160
Yxy81.21820.38160.4459
Hunter Lab90.1211-20.069142.4165
CIE-Lab92.2287-16.062054.4432

#edef7d color RGB value is (237,239,125).

#edef7d hex color red value is 237, green value is 239 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #edef7d hue: 0.17 , saturation: 0.78 and the lightness value of edef7d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 01111101
Octal 355 357 175
Decimal 237 239 125
Hex ED EF 7D

RGB Percentages of Color #edef7d

%39.43
%39.77
%20.80

CMYK Percentages of Color #edef7d

%1
%0
%48
%6

Triadic Colors of #edef7d

#edef7d #7dedef #ef7ded

Analogous Colors of #edef7d

#edef7d #b4ef7d #efb87d

Monochromatic Colors of #edef7d

#edef7d

Complementary Color

#edef7d #7f7def

#edef7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edef7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edef7d Color CSS Codes

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

#edef7d Text Font Color

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

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


#edef7d Background Color

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

This div background color is #edef7d


#edef7d Border Color

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

This div border color is #edef7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edef7d


Comments

No comments written yet.

Please login to write comment.