Color Hex Logo

#ede98a Color Hex

#EDE98A
(237,233,138)
0 Favorites   0 Comments

Color spaces of #ede98a

RGB 237233138
HSL0.160.730.74
HSV58°42°93°
CMYK 0.000.020.42   0.07
XYZ68.651478.117335.5046
Yxy78.11730.37660.4286
Hunter Lab88.3840-16.023938.0515
CIE-Lab90.8334-11.873946.5364

#ede98a color RGB value is (237,233,138).

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

The process color (four color CMYK) of #ede98a color hex is 0.00, 0.02, 0.42, 0.07. Web safe color of #ede98a is #ffff99. Color #ede98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 10001010
Octal 355 351 212
Decimal 237 233 138
Hex ED E9 8A

RGB Percentages of Color #ede98a

%38.98
%38.32
%22.70

CMYK Percentages of Color #ede98a

%0
%2
%42
%7

Triadic Colors of #ede98a

#ede98a #8aede9 #e98aed

Analogous Colors of #ede98a

#ede98a #c0ed8a #edb88a

Monochromatic Colors of #ede98a

#ede98a

Complementary Color

#ede98a #8a8eed

#ede98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede98a Color CSS Codes

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

#ede98a Text Font Color

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

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


#ede98a Background Color

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

This div background color is #ede98a


#ede98a Border Color

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

This div border color is #ede98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede98a


Comments

No comments written yet.

Please login to write comment.