Color Hex Logo

#edf258 Color Hex

#EDF258
(237,242,88)
0 Favorites   0 Comments

Color spaces of #edf258

RGB 23724288
HSL0.170.860.65
HSV62°64°95°
CMYK 0.020.000.64   0.05
XYZ68.438682.213421.4942
Yxy82.21340.39760.4776
Hunter Lab90.6716-23.944249.4151
CIE-Lab92.6690-20.249870.9074

#edf258 color RGB value is (237,242,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 01011000
Octal 355 362 130
Decimal 237 242 88
Hex ED F2 58

RGB Percentages of Color #edf258

%41.80
%42.68
%15.52

CMYK Percentages of Color #edf258

%2
%0
%64
%5

Triadic Colors of #edf258

#edf258 #58edf2 #f258ed

Analogous Colors of #edf258

#edf258 #a0f258 #f2aa58

Monochromatic Colors of #edf258

#edf258

Complementary Color

#edf258 #5d58f2

#edf258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf258 Color CSS Codes

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

#edf258 Text Font Color

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

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


#edf258 Background Color

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

This div background color is #edf258


#edf258 Border Color

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

This div border color is #edf258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf258


Comments

No comments written yet.

Please login to write comment.