Color Hex Logo

#edd98e Color Hex

#EDD98E
(237,217,142)
0 Favorites   0 Comments

Color spaces of #edd98e

RGB 237217142
HSL0.130.730.74
HSV47°40°93°
CMYK 0.000.080.40   0.07
XYZ64.620469.583235.6162
Yxy69.58320.38050.4097
Hunter Lab83.4165-7.700133.0766
CIE-Lab86.7920-3.412439.4245

#edd98e color RGB value is (237,217,142).

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

The process color (four color CMYK) of #edd98e color hex is 0.00, 0.08, 0.40, 0.07. Web safe color of #edd98e is #ffcc99. Color #edd98e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 10001110
Octal 355 331 216
Decimal 237 217 142
Hex ED D9 8E

RGB Percentages of Color #edd98e

%39.77
%36.41
%23.83

CMYK Percentages of Color #edd98e

%0
%8
%40
%7

Triadic Colors of #edd98e

#edd98e #8eedd9 #d98eed

Analogous Colors of #edd98e

#edd98e #d2ed8e #edaa8e

Monochromatic Colors of #edd98e

#edd98e

Complementary Color

#edd98e #8ea2ed

#edd98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd98e Color CSS Codes

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

#edd98e Text Font Color

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

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


#edd98e Background Color

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

This div background color is #edd98e


#edd98e Border Color

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

This div border color is #edd98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd98e


Comments

No comments written yet.

Please login to write comment.