Color Hex Logo

#eeda53 Color Hex

#EEDA53
(238,218,83)
0 Favorites   0 Comments

Color spaces of #eeda53

RGB 23821883
HSL0.150.820.63
HSV52°65°93°
CMYK 0.000.080.65   0.07
XYZ61.892668.944518.2291
Yxy68.94450.41520.4625
Hunter Lab83.0328-12.253745.1064
CIE-Lab86.4766-8.328166.4541

#eeda53 color RGB value is (238,218,83).

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

The process color (four color CMYK) of #eeda53 color hex is 0.00, 0.08, 0.65, 0.07. Web safe color of #eeda53 is #ffcc66. Color #eeda53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 01010011
Octal 356 332 123
Decimal 238 218 83
Hex EE DA 53

RGB Percentages of Color #eeda53

%44.16
%40.45
%15.40

CMYK Percentages of Color #eeda53

%0
%8
%65
%7

Triadic Colors of #eeda53

#eeda53 #53eeda #da53ee

Analogous Colors of #eeda53

#eeda53 #b5ee53 #ee8d53

Monochromatic Colors of #eeda53

#eeda53

Complementary Color

#eeda53 #5367ee

#eeda53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda53 Color CSS Codes

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

#eeda53 Text Font Color

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

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


#eeda53 Background Color

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

This div background color is #eeda53


#eeda53 Border Color

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

This div border color is #eeda53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda53


Comments

No comments written yet.

Please login to write comment.