Color Hex Logo

#ede98f Color Hex

#EDE98F
(237,233,143)
0 Favorites   0 Comments

Color spaces of #ede98f

RGB 237233143
HSL0.160.720.75
HSV57°40°93°
CMYK 0.000.020.40   0.07
XYZ69.021978.265537.4555
Yxy78.26550.37360.4236
Hunter Lab88.4678-15.554336.8252
CIE-Lab90.9009-11.359444.1763

#ede98f color RGB value is (237,233,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 10001111
Octal 355 351 217
Decimal 237 233 143
Hex ED E9 8F

RGB Percentages of Color #ede98f

%38.66
%38.01
%23.33

CMYK Percentages of Color #ede98f

%0
%2
%40
%7

Triadic Colors of #ede98f

#ede98f #8fede9 #e98fed

Analogous Colors of #ede98f

#ede98f #c2ed8f #edba8f

Monochromatic Colors of #ede98f

#ede98f

Complementary Color

#ede98f #8f93ed

#ede98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede98f Color CSS Codes

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

#ede98f Text Font Color

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

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


#ede98f Background Color

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

This div background color is #ede98f


#ede98f Border Color

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

This div border color is #ede98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede98f


Comments

No comments written yet.

Please login to write comment.