Color Hex Logo

#eeda70 Color Hex

#EEDA70
(238,218,112)
0 Favorites   0 Comments

Color spaces of #eeda70

RGB 238218112
HSL0.140.790.69
HSV50°53°93°
CMYK 0.000.080.53   0.07
XYZ63.255969.489825.4082
Yxy69.48980.40000.4394
Hunter Lab83.3605-10.431040.2809
CIE-Lab86.7460-6.330654.0172

#eeda70 color RGB value is (238,218,112).

#eeda70 hex color red value is 238, green value is 218 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eeda70 hue: 0.14 , saturation: 0.79 and the lightness value of eeda70 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 01110000
Octal 356 332 160
Decimal 238 218 112
Hex EE DA 70

RGB Percentages of Color #eeda70

%41.90
%38.38
%19.72

CMYK Percentages of Color #eeda70

%0
%8
%53
%7

Triadic Colors of #eeda70

#eeda70 #70eeda #da70ee

Analogous Colors of #eeda70

#eeda70 #c3ee70 #ee9b70

Monochromatic Colors of #eeda70

#eeda70

Complementary Color

#eeda70 #7084ee

#eeda70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda70 Color CSS Codes

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

#eeda70 Text Font Color

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

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


#eeda70 Background Color

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

This div background color is #eeda70


#eeda70 Border Color

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

This div border color is #eeda70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda70


Comments

No comments written yet.

Please login to write comment.