Color Hex Logo

#edef57 Color Hex

#EDEF57
(237,239,87)
0 Favorites   0 Comments

Color spaces of #edef57

RGB 23723987
HSL0.170.830.64
HSV61°64°94°
CMYK 0.010.000.64   0.06
XYZ67.511980.425620.9823
Yxy80.42560.39970.4761
Hunter Lab89.6803-22.564748.9043
CIE-Lab91.8755-18.861670.4712

#edef57 color RGB value is (237,239,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 01010111
Octal 355 357 127
Decimal 237 239 87
Hex ED EF 57

RGB Percentages of Color #edef57

%42.10
%42.45
%15.45

CMYK Percentages of Color #edef57

%1
%0
%64
%6

Triadic Colors of #edef57

#edef57 #57edef #ef57ed

Analogous Colors of #edef57

#edef57 #a1ef57 #efa557

Monochromatic Colors of #edef57

#edef57

Complementary Color

#edef57 #5957ef

#edef57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edef57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edef57 Color CSS Codes

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

#edef57 Text Font Color

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

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


#edef57 Background Color

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

This div background color is #edef57


#edef57 Border Color

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

This div border color is #edef57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edef57


Comments

No comments written yet.

Please login to write comment.