Color Hex Logo

#eed84b Color Hex

#EED84B
(238,216,75)
0 Favorites   0 Comments

Color spaces of #eed84b

RGB 23821675
HSL0.140.830.61
HSV52°68°93°
CMYK 0.000.090.68   0.07
XYZ61.085867.796916.5232
Yxy67.79690.42010.4663
Hunter Lab82.3389-11.666945.7393
CIE-Lab85.9048-7.754969.0200

#eed84b color RGB value is (238,216,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 01001011
Octal 356 330 113
Decimal 238 216 75
Hex EE D8 4B

RGB Percentages of Color #eed84b

%44.99
%40.83
%14.18

CMYK Percentages of Color #eed84b

%0
%9
%68
%7

Triadic Colors of #eed84b

#eed84b #4beed8 #d84bee

Analogous Colors of #eed84b

#eed84b #b3ee4b #ee874b

Monochromatic Colors of #eed84b

#eed84b

Complementary Color

#eed84b #4b61ee

#eed84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed84b Color CSS Codes

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

#eed84b Text Font Color

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

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


#eed84b Background Color

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

This div background color is #eed84b


#eed84b Border Color

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

This div border color is #eed84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed84b


Comments

No comments written yet.

Please login to write comment.