Color Hex Logo

#eed14e Color Hex

#EED14E
(238,209,78)
0 Favorites   0 Comments

Color spaces of #eed14e

RGB 23820978
HSL0.140.820.62
HSV49°67°93°
CMYK 0.000.120.67   0.07
XYZ59.435564.328116.4917
Yxy64.32810.42380.4587
Hunter Lab80.2048-8.081643.9522
CIE-Lab84.1363-4.053466.0387

#eed14e color RGB value is (238,209,78).

#eed14e hex color red value is 238, green value is 209 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #eed14e hue: 0.14 , saturation: 0.82 and the lightness value of eed14e is 0.62.

The process color (four color CMYK) of #eed14e color hex is 0.00, 0.12, 0.67, 0.07. Web safe color of #eed14e is #ffcc66. Color #eed14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 01001110
Octal 356 321 116
Decimal 238 209 78
Hex EE D1 4E

RGB Percentages of Color #eed14e

%45.33
%39.81
%14.86

CMYK Percentages of Color #eed14e

%0
%12
%67
%7

Triadic Colors of #eed14e

#eed14e #4eeed1 #d14eee

Analogous Colors of #eed14e

#eed14e #bbee4e #ee814e

Monochromatic Colors of #eed14e

#eed14e

Complementary Color

#eed14e #4e6bee

#eed14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed14e Color CSS Codes

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

#eed14e Text Font Color

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

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


#eed14e Background Color

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

This div background color is #eed14e


#eed14e Border Color

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

This div border color is #eed14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed14e


Comments

No comments written yet.

Please login to write comment.