Color Hex Logo

#edf076 Color Hex

#EDF076
(237,240,118)
0 Favorites   0 Comments

Color spaces of #edf076

RGB 237240118
HSL0.170.800.70
HSV61°51°94°
CMYK 0.010.000.51   0.06
XYZ69.355281.632729.2408
Yxy81.63270.38480.4529
Hunter Lab90.3508-21.093544.0572
CIE-Lab92.4125-17.152657.8834

#edf076 color RGB value is (237,240,118).

#edf076 hex color red value is 237, green value is 240 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #edf076 hue: 0.17 , saturation: 0.80 and the lightness value of edf076 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 01110110
Octal 355 360 166
Decimal 237 240 118
Hex ED F0 76

RGB Percentages of Color #edf076

%39.83
%40.34
%19.83

CMYK Percentages of Color #edf076

%1
%0
%51
%6

Triadic Colors of #edf076

#edf076 #76edf0 #f076ed

Analogous Colors of #edf076

#edf076 #b0f076 #f0b676

Monochromatic Colors of #edf076

#edf076

Complementary Color

#edf076 #7976f0

#edf076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf076 Color CSS Codes

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

#edf076 Text Font Color

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

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


#edf076 Background Color

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

This div background color is #edf076


#edf076 Border Color

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

This div border color is #edf076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf076


Comments

No comments written yet.

Please login to write comment.