Color Hex Logo

#edd18e Color Hex

#EDD18E
(237,209,142)
0 Favorites   0 Comments

Color spaces of #edd18e

RGB 237209142
HSL0.120.730.74
HSV42°40°93°
CMYK 0.000.120.40   0.07
XYZ62.608065.558434.9454
Yxy65.55840.38380.4019
Hunter Lab80.9681-3.670531.0885
CIE-Lab84.77070.688336.8100

#edd18e color RGB value is (237,209,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 10001110
Octal 355 321 216
Decimal 237 209 142
Hex ED D1 8E

RGB Percentages of Color #edd18e

%40.31
%35.54
%24.15

CMYK Percentages of Color #edd18e

%0
%12
%40
%7

Triadic Colors of #edd18e

#edd18e #8eedd1 #d18eed

Analogous Colors of #edd18e

#edd18e #daed8e #eda28e

Monochromatic Colors of #edd18e

#edd18e

Complementary Color

#edd18e #8eaaed

#edd18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd18e Color CSS Codes

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

#edd18e Text Font Color

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

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


#edd18e Background Color

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

This div background color is #edd18e


#edd18e Border Color

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

This div border color is #edd18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd18e


Comments

No comments written yet.

Please login to write comment.