Color Hex Logo

#edf014 Color Hex

#EDF014
(237,240,20)
0 Favorites   0 Comments

Color spaces of #edf014

RGB 23724020
HSL0.170.880.51
HSV61°92°94°
CMYK 0.010.000.92   0.06
XYZ66.211480.375212.6861
Yxy80.37520.41570.5046
Hunter Lab89.6522-25.062754.3668
CIE-Lab91.8529-21.647688.2703

#edf014 color RGB value is (237,240,20).

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

The process color (four color CMYK) of #edf014 color hex is 0.01, 0.00, 0.92, 0.06. Web safe color of #edf014 is #ffff00. Color #edf014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 00010100
Octal 355 360 24
Decimal 237 240 20
Hex ED F0 14

RGB Percentages of Color #edf014

%47.69
%48.29
%4.02

CMYK Percentages of Color #edf014

%1
%0
%92
%6

Triadic Colors of #edf014

#edf014 #14edf0 #f014ed

Analogous Colors of #edf014

#edf014 #7ff014 #f08514

Monochromatic Colors of #edf014

#edf014

Complementary Color

#edf014 #1714f0

#edf014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf014 Color CSS Codes

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

#edf014 Text Font Color

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

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


#edf014 Background Color

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

This div background color is #edf014


#edf014 Border Color

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

This div border color is #edf014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf014


Comments

No comments written yet.

Please login to write comment.