Color Hex Logo

#edf670 Color Hex

#EDF670
(237,246,112)
0 Favorites   0 Comments

Color spaces of #edf670

RGB 237246112
HSL0.180.880.70
HSV64°54°96°
CMYK 0.040.000.54   0.04
XYZ70.805485.085928.0206
Yxy85.08590.38500.4626
Hunter Lab92.2420-24.406146.5587
CIE-Lab93.9201-20.535162.3032

#edf670 color RGB value is (237,246,112).

#edf670 hex color red value is 237, green value is 246 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #edf670 hue: 0.18 , saturation: 0.88 and the lightness value of edf670 is 0.70.

The process color (four color CMYK) of #edf670 color hex is 0.04, 0.00, 0.54, 0.04. Web safe color of #edf670 is #ffff66. Color #edf670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110110 01110000
Octal 355 366 160
Decimal 237 246 112
Hex ED F6 70

RGB Percentages of Color #edf670

%39.83
%41.34
%18.82

CMYK Percentages of Color #edf670

%4
%0
%54
%4

Triadic Colors of #edf670

#edf670 #70edf6 #f670ed

Analogous Colors of #edf670

#edf670 #aaf670 #f6bc70

Monochromatic Colors of #edf670

#edf670

Complementary Color

#edf670 #7970f6

#edf670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf670 Color CSS Codes

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

#edf670 Text Font Color

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

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


#edf670 Background Color

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

This div background color is #edf670


#edf670 Border Color

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

This div border color is #edf670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf670


Comments

No comments written yet.

Please login to write comment.