Color Hex Logo

#edf35a Color Hex

#EDF35A
(237,243,90)
0 Favorites   0 Comments

Color spaces of #edf35a

RGB 23724390
HSL0.170.860.65
HSV62°63°95°
CMYK 0.020.000.63   0.05
XYZ68.821182.843922.0361
Yxy82.84390.39620.4769
Hunter Lab91.0186-24.315049.3586
CIE-Lab92.9461-20.610870.4146

#edf35a color RGB value is (237,243,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 01011010
Octal 355 363 132
Decimal 237 243 90
Hex ED F3 5A

RGB Percentages of Color #edf35a

%41.58
%42.63
%15.79

CMYK Percentages of Color #edf35a

%2
%0
%63
%5

Triadic Colors of #edf35a

#edf35a #5aedf3 #f35aed

Analogous Colors of #edf35a

#edf35a #a1f35a #f3ad5a

Monochromatic Colors of #edf35a

#edf35a

Complementary Color

#edf35a #605af3

#edf35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf35a Color CSS Codes

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

#edf35a Text Font Color

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

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


#edf35a Background Color

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

This div background color is #edf35a


#edf35a Border Color

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

This div border color is #edf35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf35a


Comments

No comments written yet.

Please login to write comment.