Color Hex Logo

#eeda31 Color Hex

#EEDA31
(238,218,49)
0 Favorites   0 Comments

Color spaces of #eeda31

RGB 23821849
HSL0.150.850.56
HSV54°79°93°
CMYK 0.000.080.79   0.07
XYZ60.885768.541712.9266
Yxy68.54170.42770.4815
Hunter Lab82.7899-13.609148.6956
CIE-Lab86.2766-9.829278.0425

#eeda31 color RGB value is (238,218,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 00110001
Octal 356 332 61
Decimal 238 218 49
Hex EE DA 31

RGB Percentages of Color #eeda31

%47.13
%43.17
%9.70

CMYK Percentages of Color #eeda31

%0
%8
%79
%7

Triadic Colors of #eeda31

#eeda31 #31eeda #da31ee

Analogous Colors of #eeda31

#eeda31 #a4ee31 #ee7c31

Monochromatic Colors of #eeda31

#eeda31

Complementary Color

#eeda31 #3145ee

#eeda31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda31 Color CSS Codes

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

#eeda31 Text Font Color

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

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


#eeda31 Background Color

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

This div background color is #eeda31


#eeda31 Border Color

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

This div border color is #eeda31


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,218,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 #eeda31">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda31


Comments

No comments written yet.

Please login to write comment.