Color Hex Logo

#eed58f Color Hex

#EED58F
(238,213,143)
0 Favorites   0 Comments

Color spaces of #eed58f

RGB 238213143
HSL0.120.740.75
HSV44°40°93°
CMYK 0.000.110.40   0.07
XYZ64.012167.748835.6896
Yxy67.74880.38230.4046
Hunter Lab82.3097-5.222731.9085
CIE-Lab85.8807-0.868037.7586

#eed58f color RGB value is (238,213,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 10001111
Octal 356 325 217
Decimal 238 213 143
Hex EE D5 8F

RGB Percentages of Color #eed58f

%40.07
%35.86
%24.07

CMYK Percentages of Color #eed58f

%0
%11
%40
%7

Triadic Colors of #eed58f

#eed58f #8feed5 #d58fee

Analogous Colors of #eed58f

#eed58f #d8ee8f #eea68f

Monochromatic Colors of #eed58f

#eed58f

Complementary Color

#eed58f #8fa8ee

#eed58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed58f Color CSS Codes

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

#eed58f Text Font Color

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

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


#eed58f Background Color

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

This div background color is #eed58f


#eed58f Border Color

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

This div border color is #eed58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed58f


Comments

No comments written yet.

Please login to write comment.