Color Hex Logo

#eedd70 Color Hex

#EEDD70
(238,221,112)
0 Favorites   0 Comments

Color spaces of #eedd70

RGB 238221112
HSL0.140.790.69
HSV52°53°93°
CMYK 0.000.070.53   0.07
XYZ64.041071.059925.6698
Yxy71.05990.39830.4420
Hunter Lab84.2970-11.912240.9532
CIE-Lab87.5141-7.842754.9203

#eedd70 color RGB value is (238,221,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 01110000
Octal 356 335 160
Decimal 238 221 112
Hex EE DD 70

RGB Percentages of Color #eedd70

%41.68
%38.70
%19.61

CMYK Percentages of Color #eedd70

%0
%7
%53
%7

Triadic Colors of #eedd70

#eedd70 #70eedd #dd70ee

Analogous Colors of #eedd70

#eedd70 #c0ee70 #ee9e70

Monochromatic Colors of #eedd70

#eedd70

Complementary Color

#eedd70 #7081ee

#eedd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd70 Color CSS Codes

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

#eedd70 Text Font Color

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

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


#eedd70 Background Color

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

This div background color is #eedd70


#eedd70 Border Color

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

This div border color is #eedd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd70


Comments

No comments written yet.

Please login to write comment.