Color Hex Logo

#eed31e Color Hex

#EED31E
(238,211,30)
0 Favorites   0 Comments

Color spaces of #eed31e

RGB 23821130
HSL0.150.860.53
HSV52°87°93°
CMYK 0.000.110.87   0.07
XYZ58.788564.859410.6489
Yxy64.85940.43780.4830
Hunter Lab80.5353-10.636948.5350
CIE-Lab84.4112-6.795580.9764

#eed31e color RGB value is (238,211,30).

#eed31e hex color red value is 238, green value is 211 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #eed31e hue: 0.15 , saturation: 0.86 and the lightness value of eed31e is 0.53.

The process color (four color CMYK) of #eed31e color hex is 0.00, 0.11, 0.87, 0.07. Web safe color of #eed31e is #ffcc33. Color #eed31e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 00011110
Octal 356 323 36
Decimal 238 211 30
Hex EE D3 1E

RGB Percentages of Color #eed31e

%49.69
%44.05
%6.26

CMYK Percentages of Color #eed31e

%0
%11
%87
%7

Triadic Colors of #eed31e

#eed31e #1eeed3 #d31eee

Analogous Colors of #eed31e

#eed31e #a1ee1e #ee6b1e

Monochromatic Colors of #eed31e

#eed31e

Complementary Color

#eed31e #1e39ee

#eed31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed31e Color CSS Codes

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

#eed31e Text Font Color

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

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


#eed31e Background Color

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

This div background color is #eed31e


#eed31e Border Color

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

This div border color is #eed31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed31e


Comments

No comments written yet.

Please login to write comment.