color codes Logo

#edf18a color codes

#EDF18A
(237,241,138)
0 Favorites   0 Comments

Color spaces of #edf18a

RGB 237241138
HSL0.170.790.74
HSV62°43°95°
CMYK 0.020.000.43   0.05
XYZ70.967882.750136.2767
Yxy82.75010.37350.4355
Hunter Lab90.9671-19.936040.0327
CIE-Lab92.9049-15.813049.1173

#edf18a color RGB value is (237,241,138).

#edf18a hex color red value is 237, green value is 241 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #edf18a hue: 0.17 , saturation: 0.79 and the lightness value of edf18a is 0.74.

The process color (four color CMYK) of #edf18a color code is 0.02, 0.00, 0.43, 0.05. Web safe color of #edf18a is #ffff99. Color #edf18a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110001 10001010
Octal 355 361 212
Decimal 237 241 138
Hex ED F1 8A

RGB Percentages of Color #edf18a

%38.47
%39.12
%22.40

CMYK Percentages of Color #edf18a

%2
%0
%43
%5

Triadic Colors of #edf18a

#edf18a #8aedf1 #f18aed

Analogous Colors of #edf18a

#edf18a #baf18a #f1c28a

Monochromatic Colors of #edf18a

#edf18a

Complementary Color

#edf18a #8e8af1

#edf18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf18a Color CSS Codes

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

#edf18a Text Font Color

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

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


#edf18a Background Color

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

This div background color is #edf18a


#edf18a Border Color

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

This div border color is #edf18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf18a


Comments

No comments written yet.

Please login to write comment.