Color Hex Logo

#eed68e Color Hex

#EED68E
(238,214,142)
0 Favorites   0 Comments

Color spaces of #eed68e

RGB 238214142
HSL0.130.740.75
HSV45°40°93°
CMYK 0.000.100.40   0.07
XYZ64.188968.223335.3765
Yxy68.22330.38260.4066
Hunter Lab82.5974-5.827832.4242
CIE-Lab86.1180-1.487838.5722

#eed68e color RGB value is (238,214,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 10001110
Octal 356 326 216
Decimal 238 214 142
Hex EE D6 8E

RGB Percentages of Color #eed68e

%40.07
%36.03
%23.91

CMYK Percentages of Color #eed68e

%0
%10
%40
%7

Triadic Colors of #eed68e

#eed68e #8eeed6 #d68eee

Analogous Colors of #eed68e

#eed68e #d6ee8e #eea68e

Monochromatic Colors of #eed68e

#eed68e

Complementary Color

#eed68e #8ea6ee

#eed68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed68e Color CSS Codes

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

#eed68e Text Font Color

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

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


#eed68e Background Color

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

This div background color is #eed68e


#eed68e Border Color

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

This div border color is #eed68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed68e


Comments

No comments written yet.

Please login to write comment.