Color Hex Logo

#ede98e Color Hex

#EDE98E
(237,233,142)
0 Favorites   0 Comments

Color spaces of #ede98e

RGB 237233142
HSL0.160.730.74
HSV57°40°93°
CMYK 0.000.020.40   0.07
XYZ68.946578.235337.0583
Yxy78.23530.37420.4246
Hunter Lab88.4507-15.649737.0747
CIE-Lab90.8872-11.463844.6497

#ede98e color RGB value is (237,233,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 10001110
Octal 355 351 216
Decimal 237 233 142
Hex ED E9 8E

RGB Percentages of Color #ede98e

%38.73
%38.07
%23.20

CMYK Percentages of Color #ede98e

%0
%2
%40
%7

Triadic Colors of #ede98e

#ede98e #8eede9 #e98eed

Analogous Colors of #ede98e

#ede98e #c2ed8e #edba8e

Monochromatic Colors of #ede98e

#ede98e

Complementary Color

#ede98e #8e92ed

#ede98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede98e Color CSS Codes

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

#ede98e Text Font Color

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

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


#ede98e Background Color

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

This div background color is #ede98e


#ede98e Border Color

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

This div border color is #ede98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede98e


Comments

No comments written yet.

Please login to write comment.