Color Hex Logo

#eed38f Color Hex

#EED38F
(238,211,143)
0 Favorites   0 Comments

Color spaces of #eed38f

RGB 238211143
HSL0.120.740.75
HSV43°40°93°
CMYK 0.000.110.40   0.07
XYZ63.512166.748835.5230
Yxy66.74880.38310.4026
Hunter Lab81.6999-4.212131.4108
CIE-Lab85.37690.159237.1050

#eed38f color RGB value is (238,211,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 10001111
Octal 356 323 217
Decimal 238 211 143
Hex EE D3 8F

RGB Percentages of Color #eed38f

%40.20
%35.64
%24.16

CMYK Percentages of Color #eed38f

%0
%11
%40
%7

Triadic Colors of #eed38f

#eed38f #8feed3 #d38fee

Analogous Colors of #eed38f

#eed38f #daee8f #eea48f

Monochromatic Colors of #eed38f

#eed38f

Complementary Color

#eed38f #8faaee

#eed38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed38f Color CSS Codes

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

#eed38f Text Font Color

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

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


#eed38f Background Color

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

This div background color is #eed38f


#eed38f Border Color

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

This div border color is #eed38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed38f


Comments

No comments written yet.

Please login to write comment.