Color Hex Logo

#edf251 Color Hex

#EDF251
(237,242,81)
0 Favorites   0 Comments

Color spaces of #edf251

RGB 23724281
HSL0.170.860.63
HSV62°67°95°
CMYK 0.020.000.67   0.05
XYZ68.162482.102920.0395
Yxy82.10290.40020.4821
Hunter Lab90.6107-24.291050.3148
CIE-Lab92.6203-20.643673.5121

#edf251 color RGB value is (237,242,81).

#edf251 hex color red value is 237, green value is 242 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #edf251 hue: 0.17 , saturation: 0.86 and the lightness value of edf251 is 0.63.

The process color (four color CMYK) of #edf251 color hex is 0.02, 0.00, 0.67, 0.05. Web safe color of #edf251 is #ffff66. Color #edf251 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 01010001
Octal 355 362 121
Decimal 237 242 81
Hex ED F2 51

RGB Percentages of Color #edf251

%42.32
%43.21
%14.46

CMYK Percentages of Color #edf251

%2
%0
%67
%5

Triadic Colors of #edf251

#edf251 #51edf2 #f251ed

Analogous Colors of #edf251

#edf251 #9df251 #f2a751

Monochromatic Colors of #edf251

#edf251

Complementary Color

#edf251 #5651f2

#edf251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf251 Color CSS Codes

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

#edf251 Text Font Color

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

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


#edf251 Background Color

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

This div background color is #edf251


#edf251 Border Color

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

This div border color is #edf251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf251

Related Colors


Comments

No comments written yet.

Please login to write comment.