Color Hex Logo

#eedf7e Color Hex

#EEDF7E
(238,223,126)
0 Favorites   0 Comments

Color spaces of #eedf7e

RGB 238223126
HSL0.140.770.71
HSV52°47°93°
CMYK 0.000.060.47   0.07
XYZ65.413572.458930.2770
Yxy72.45890.38900.4309
Hunter Lab85.1228-11.794738.4973
CIE-Lab88.1890-7.642449.0950

#eedf7e color RGB value is (238,223,126).

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

The process color (four color CMYK) of #eedf7e color hex is 0.00, 0.06, 0.47, 0.07. Web safe color of #eedf7e is #ffcc66. Color #eedf7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 01111110
Octal 356 337 176
Decimal 238 223 126
Hex EE DF 7E

RGB Percentages of Color #eedf7e

%40.55
%37.99
%21.47

CMYK Percentages of Color #eedf7e

%0
%6
%47
%7

Triadic Colors of #eedf7e

#eedf7e #7eeedf #df7eee

Analogous Colors of #eedf7e

#eedf7e #c5ee7e #eea77e

Monochromatic Colors of #eedf7e

#eedf7e

Complementary Color

#eedf7e #7e8dee

#eedf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf7e Color CSS Codes

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

#eedf7e Text Font Color

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

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


#eedf7e Background Color

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

This div background color is #eedf7e


#eedf7e Border Color

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

This div border color is #eedf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf7e


Comments

No comments written yet.

Please login to write comment.