Color Hex Logo

#eed84c Color Hex

#EED84C
(238,216,76)
0 Favorites   0 Comments

Color spaces of #eed84c

RGB 23821676
HSL0.140.830.62
HSV52°68°93°
CMYK 0.000.090.68   0.07
XYZ61.120367.810716.7049
Yxy67.81070.41970.4656
Hunter Lab82.3473-11.620345.6156
CIE-Lab85.9117-7.703568.6423

#eed84c color RGB value is (238,216,76).

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

The process color (four color CMYK) of #eed84c color hex is 0.00, 0.09, 0.68, 0.07. Web safe color of #eed84c is #ffcc33. Color #eed84c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 01001100
Octal 356 330 114
Decimal 238 216 76
Hex EE D8 4C

RGB Percentages of Color #eed84c

%44.91
%40.75
%14.34

CMYK Percentages of Color #eed84c

%0
%9
%68
%7

Triadic Colors of #eed84c

#eed84c #4ceed8 #d84cee

Analogous Colors of #eed84c

#eed84c #b3ee4c #ee874c

Monochromatic Colors of #eed84c

#eed84c

Complementary Color

#eed84c #4c62ee

#eed84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed84c Color CSS Codes

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

#eed84c Text Font Color

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

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


#eed84c Background Color

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

This div background color is #eed84c


#eed84c Border Color

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

This div border color is #eed84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed84c


Comments

No comments written yet.

Please login to write comment.