Color Hex Logo

#eed070 Color Hex

#EED070
(238,208,112)
0 Favorites   0 Comments

Color spaces of #eed070

RGB 238208112
HSL0.130.790.69
HSV46°53°93°
CMYK 0.000.130.53   0.07
XYZ60.740464.458724.5697
Yxy64.45870.40560.4304
Hunter Lab80.2862-5.456938.0560
CIE-Lab84.2040-1.238851.0041

#eed070 color RGB value is (238,208,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 01110000
Octal 356 320 160
Decimal 238 208 112
Hex EE D0 70

RGB Percentages of Color #eed070

%42.65
%37.28
%20.07

CMYK Percentages of Color #eed070

%0
%13
%53
%7

Triadic Colors of #eed070

#eed070 #70eed0 #d070ee

Analogous Colors of #eed070

#eed070 #cdee70 #ee9170

Monochromatic Colors of #eed070

#eed070

Complementary Color

#eed070 #708eee

#eed070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed070 Color CSS Codes

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

#eed070 Text Font Color

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

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


#eed070 Background Color

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

This div background color is #eed070


#eed070 Border Color

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

This div border color is #eed070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed070


Comments

No comments written yet.

Please login to write comment.