Color Hex Logo

#edfd14 Color Hex

#EDFD14
(237,253,20)
0 Favorites   0 Comments

Color spaces of #edfd14

RGB 23725320
HSL0.180.980.54
HSV64°92°99°
CMYK 0.060.000.92   0.01
XYZ70.176688.305614.0078
Yxy88.30560.40680.5119
Hunter Lab93.9711-31.147456.9417
CIE-Lab95.2895-27.783290.9144

#edfd14 color RGB value is (237,253,20).

#edfd14 hex color red value is 237, green value is 253 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #edfd14 hue: 0.18 , saturation: 0.98 and the lightness value of edfd14 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 00010100
Octal 355 375 24
Decimal 237 253 20
Hex ED FD 14

RGB Percentages of Color #edfd14

%46.47
%49.61
%3.92

CMYK Percentages of Color #edfd14

%6
%0
%92
%1

Triadic Colors of #edfd14

#edfd14 #14edfd #fd14ed

Analogous Colors of #edfd14

#edfd14 #79fd14 #fd9914

Monochromatic Colors of #edfd14

#edfd14

Complementary Color

#edfd14 #2414fd

#edfd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfd14 Color CSS Codes

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

#edfd14 Text Font Color

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

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


#edfd14 Background Color

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

This div background color is #edfd14


#edfd14 Border Color

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

This div border color is #edfd14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,253,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 #edfd14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfd14

Related Colors


Comments

No comments written yet.

Please login to write comment.