Color Hex Logo

#eedc31 Color Hex

#EEDC31
(238,220,49)
0 Favorites   0 Comments

Color spaces of #eedc31

RGB 23822049
HSL0.150.850.56
HSV54°79°93°
CMYK 0.000.080.79   0.07
XYZ61.407569.585313.1005
Yxy69.58530.42620.4829
Hunter Lab83.4178-14.579549.0812
CIE-Lab86.7931-10.827578.4941

#eedc31 color RGB value is (238,220,49).

#eedc31 hex color red value is 238, green value is 220 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #eedc31 hue: 0.15 , saturation: 0.85 and the lightness value of eedc31 is 0.56.

The process color (four color CMYK) of #eedc31 color hex is 0.00, 0.08, 0.79, 0.07. Web safe color of #eedc31 is #ffcc33. Color #eedc31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 00110001
Octal 356 334 61
Decimal 238 220 49
Hex EE DC 31

RGB Percentages of Color #eedc31

%46.94
%43.39
%9.66

CMYK Percentages of Color #eedc31

%0
%8
%79
%7

Triadic Colors of #eedc31

#eedc31 #31eedc #dc31ee

Analogous Colors of #eedc31

#eedc31 #a2ee31 #ee7e31

Monochromatic Colors of #eedc31

#eedc31

Complementary Color

#eedc31 #3143ee

#eedc31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc31 Color CSS Codes

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

#eedc31 Text Font Color

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

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


#eedc31 Background Color

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

This div background color is #eedc31


#eedc31 Border Color

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

This div border color is #eedc31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc31


Comments

No comments written yet.

Please login to write comment.