Color Hex Logo

#eeda35 Color Hex

#EEDA35
(238,218,53)
0 Favorites   0 Comments

Color spaces of #eeda35

RGB 23821853
HSL0.150.840.57
HSV54°78°93°
CMYK 0.000.080.78   0.07
XYZ60.973968.577013.3912
Yxy68.57700.42660.4798
Hunter Lab82.8112-13.490148.3802
CIE-Lab86.2942-9.696876.9089

#eeda35 color RGB value is (238,218,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 00110101
Octal 356 332 65
Decimal 238 218 53
Hex EE DA 35

RGB Percentages of Color #eeda35

%46.76
%42.83
%10.41

CMYK Percentages of Color #eeda35

%0
%8
%78
%7

Triadic Colors of #eeda35

#eeda35 #35eeda #da35ee

Analogous Colors of #eeda35

#eeda35 #a6ee35 #ee7e35

Monochromatic Colors of #eeda35

#eeda35

Complementary Color

#eeda35 #3549ee

#eeda35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda35 Color CSS Codes

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

#eeda35 Text Font Color

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

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


#eeda35 Background Color

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

This div background color is #eeda35


#eeda35 Border Color

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

This div border color is #eeda35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda35


Comments

No comments written yet.

Please login to write comment.