Color Hex Logo

#eed78e Color Hex

#EED78E
(238,215,142)
0 Favorites   0 Comments

Color spaces of #eed78e

RGB 238215142
HSL0.130.740.75
HSV46°40°93°
CMYK 0.000.100.40   0.07
XYZ64.442868.731035.4611
Yxy68.73100.38210.4076
Hunter Lab82.9042-6.331232.6724
CIE-Lab86.3707-1.999338.8983

#eed78e color RGB value is (238,215,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010111 10001110
Octal 356 327 216
Decimal 238 215 142
Hex EE D7 8E

RGB Percentages of Color #eed78e

%40.00
%36.13
%23.87

CMYK Percentages of Color #eed78e

%0
%10
%40
%7

Triadic Colors of #eed78e

#eed78e #8eeed7 #d78eee

Analogous Colors of #eed78e

#eed78e #d5ee8e #eea78e

Monochromatic Colors of #eed78e

#eed78e

Complementary Color

#eed78e #8ea5ee

#eed78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed78e Color CSS Codes

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

#eed78e Text Font Color

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

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


#eed78e Background Color

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

This div background color is #eed78e


#eed78e Border Color

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

This div border color is #eed78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed78e


Comments

No comments written yet.

Please login to write comment.