Color Hex Logo

#eedf8f Color Hex

#EEDF8F
(238,223,143)
0 Favorites   0 Comments

Color spaces of #eedf8f

RGB 238223143
HSL0.140.740.75
HSV51°40°93°
CMYK 0.000.060.40   0.07
XYZ66.605572.935736.5541
Yxy72.93570.37820.4142
Hunter Lab85.4024-10.241734.4043
CIE-Lab88.4170-5.960041.0271

#eedf8f color RGB value is (238,223,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10001111
Octal 356 337 217
Decimal 238 223 143
Hex EE DF 8F

RGB Percentages of Color #eedf8f

%39.40
%36.92
%23.68

CMYK Percentages of Color #eedf8f

%0
%6
%40
%7

Triadic Colors of #eedf8f

#eedf8f #8feedf #df8fee

Analogous Colors of #eedf8f

#eedf8f #ceee8f #eeb08f

Monochromatic Colors of #eedf8f

#eedf8f

Complementary Color

#eedf8f #8f9eee

#eedf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf8f Color CSS Codes

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

#eedf8f Text Font Color

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

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


#eedf8f Background Color

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

This div background color is #eedf8f


#eedf8f Border Color

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

This div border color is #eedf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf8f


Comments

No comments written yet.

Please login to write comment.