Color Hex Logo

#eed48f Color Hex

#EED48F
(238,212,143)
0 Favorites   0 Comments

Color spaces of #eed48f

RGB 238212143
HSL0.120.740.75
HSV44°40°93°
CMYK 0.000.110.40   0.07
XYZ63.761367.247335.6060
Yxy67.24730.38270.4036
Hunter Lab82.0045-4.717931.6596
CIE-Lab85.6287-0.354937.4319

#eed48f color RGB value is (238,212,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 10001111
Octal 356 324 217
Decimal 238 212 143
Hex EE D4 8F

RGB Percentages of Color #eed48f

%40.13
%35.75
%24.11

CMYK Percentages of Color #eed48f

%0
%11
%40
%7

Triadic Colors of #eed48f

#eed48f #8feed4 #d48fee

Analogous Colors of #eed48f

#eed48f #d9ee8f #eea58f

Monochromatic Colors of #eed48f

#eed48f

Complementary Color

#eed48f #8fa9ee

#eed48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed48f Color CSS Codes

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

#eed48f Text Font Color

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

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


#eed48f Background Color

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

This div background color is #eed48f


#eed48f Border Color

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

This div border color is #eed48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed48f


Comments

No comments written yet.

Please login to write comment.