Color Hex Logo

#eed58d Color Hex

#EED58D
(238,213,141)
0 Favorites   0 Comments

Color spaces of #eed58d

RGB 238213141
HSL0.120.740.74
HSV45°41°93°
CMYK 0.000.110.41   0.07
XYZ63.861967.688734.8987
Yxy67.68870.38370.4067
Hunter Lab82.2731-5.423132.4415
CIE-Lab85.8506-1.081238.7329

#eed58d color RGB value is (238,213,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 10001101
Octal 356 325 215
Decimal 238 213 141
Hex EE D5 8D

RGB Percentages of Color #eed58d

%40.20
%35.98
%23.82

CMYK Percentages of Color #eed58d

%0
%11
%41
%7

Triadic Colors of #eed58d

#eed58d #8deed5 #d58dee

Analogous Colors of #eed58d

#eed58d #d7ee8d #eea58d

Monochromatic Colors of #eed58d

#eed58d

Complementary Color

#eed58d #8da6ee

#eed58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed58d Color CSS Codes

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

#eed58d Text Font Color

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

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


#eed58d Background Color

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

This div background color is #eed58d


#eed58d Border Color

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

This div border color is #eed58d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,213,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed58d


Comments

No comments written yet.

Please login to write comment.