Color Hex Logo

#eacd70 Color Hex

#EACD70
(234,205,112)
0 Favorites   0 Comments

Color spaces of #eacd70

RGB 234205112
HSL0.130.740.68
HSV46°52°92°
CMYK 0.000.120.52   0.08
XYZ58.687662.324924.2660
Yxy62.32490.40400.4290
Hunter Lab78.9461-5.461037.0381
CIE-Lab83.0859-1.326849.5800

#eacd70 color RGB value is (234,205,112).

#eacd70 hex color red value is 234, green value is 205 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eacd70 hue: 0.13 , saturation: 0.74 and the lightness value of eacd70 is 0.68.

The process color (four color CMYK) of #eacd70 color hex is 0.00, 0.12, 0.52, 0.08. Web safe color of #eacd70 is #ffcc66. Color #eacd70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001101 01110000
Octal 352 315 160
Decimal 234 205 112
Hex EA CD 70

RGB Percentages of Color #eacd70

%42.47
%37.21
%20.33

CMYK Percentages of Color #eacd70

%0
%12
%52
%8

Triadic Colors of #eacd70

#eacd70 #70eacd #cd70ea

Analogous Colors of #eacd70

#eacd70 #caea70 #ea9070

Monochromatic Colors of #eacd70

#eacd70

Complementary Color

#eacd70 #708dea

#eacd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacd70 Color CSS Codes

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

#eacd70 Text Font Color

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

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


#eacd70 Background Color

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

This div background color is #eacd70


#eacd70 Border Color

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

This div border color is #eacd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacd70


Comments

No comments written yet.

Please login to write comment.