Color Hex Logo

#eedf8d Color Hex

#EEDF8D
(238,223,141)
0 Favorites   0 Comments

Color spaces of #eedf8d

RGB 238223141
HSL0.140.740.74
HSV51°41°93°
CMYK 0.000.060.41   0.07
XYZ66.455372.875635.7631
Yxy72.87560.37950.4162
Hunter Lab85.3672-10.436834.9185
CIE-Lab88.3884-6.170541.9876

#eedf8d color RGB value is (238,223,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10001101
Octal 356 337 215
Decimal 238 223 141
Hex EE DF 8D

RGB Percentages of Color #eedf8d

%39.53
%37.04
%23.42

CMYK Percentages of Color #eedf8d

%0
%6
%41
%7

Triadic Colors of #eedf8d

#eedf8d #8deedf #df8dee

Analogous Colors of #eedf8d

#eedf8d #cdee8d #eeaf8d

Monochromatic Colors of #eedf8d

#eedf8d

Complementary Color

#eedf8d #8d9cee

#eedf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf8d Color CSS Codes

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

#eedf8d Text Font Color

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

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


#eedf8d Background Color

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

This div background color is #eedf8d


#eedf8d Border Color

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

This div border color is #eedf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf8d


Comments

No comments written yet.

Please login to write comment.