Color Hex Logo

#e4d070 Color Hex

#E4D070
(228,208,112)
0 Favorites   0 Comments

Color spaces of #e4d070

RGB 228208112
HSL0.140.680.67
HSV50°51°89°
CMYK 0.000.090.51   0.11
XYZ57.475462.775624.4169
Yxy62.77560.39730.4339
Hunter Lab79.2311-9.167837.1901
CIE-Lab83.3242-5.305649.7400

#e4d070 color RGB value is (228,208,112).

#e4d070 hex color red value is 228, green value is 208 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e4d070 hue: 0.14 , saturation: 0.68 and the lightness value of e4d070 is 0.67.

The process color (four color CMYK) of #e4d070 color hex is 0.00, 0.09, 0.51, 0.11. Web safe color of #e4d070 is #cccc66. Color #e4d070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11010000 01110000
Octal 344 320 160
Decimal 228 208 112
Hex E4 D0 70

RGB Percentages of Color #e4d070

%41.61
%37.96
%20.44

CMYK Percentages of Color #e4d070

%0
%9
%51
%11

Triadic Colors of #e4d070

#e4d070 #70e4d0 #d070e4

Analogous Colors of #e4d070

#e4d070 #bee470 #e49670

Monochromatic Colors of #e4d070

#e4d070

Complementary Color

#e4d070 #7084e4

#e4d070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4d070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4d070 Color CSS Codes

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

#e4d070 Text Font Color

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

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


#e4d070 Background Color

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

This div background color is #e4d070


#e4d070 Border Color

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

This div border color is #e4d070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4d070


Comments

No comments written yet.

Please login to write comment.