Color Hex Logo

#eed18a Color Hex

#EED18A
(238,209,138)
0 Favorites   0 Comments

Color spaces of #eed18a

RGB 238209138
HSL0.120.750.74
HSV43°42°93°
CMYK 0.000.120.42   0.07
XYZ62.647865.613033.4074
Yxy65.61300.38750.4058
Hunter Lab81.0019-3.699232.2485
CIE-Lab84.79860.659938.8973

#eed18a color RGB value is (238,209,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 10001010
Octal 356 321 212
Decimal 238 209 138
Hex EE D1 8A

RGB Percentages of Color #eed18a

%40.68
%35.73
%23.59

CMYK Percentages of Color #eed18a

%0
%12
%42
%7

Triadic Colors of #eed18a

#eed18a #8aeed1 #d18aee

Analogous Colors of #eed18a

#eed18a #d9ee8a #ee9f8a

Monochromatic Colors of #eed18a

#eed18a

Complementary Color

#eed18a #8aa7ee

#eed18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed18a Color CSS Codes

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

#eed18a Text Font Color

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

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


#eed18a Background Color

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

This div background color is #eed18a


#eed18a Border Color

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

This div border color is #eed18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed18a


Comments

No comments written yet.

Please login to write comment.