Color Hex Logo

#eacd5d Color Hex

#EACD5D
(234,205,93)
0 Favorites   0 Comments

Color spaces of #eacd5d

RGB 23420593
HSL0.130.770.64
HSV48°60°92°
CMYK 0.000.120.60   0.08
XYZ57.738861.945419.2694
Yxy61.94540.41550.4458
Hunter Lab78.7054-6.785740.5778
CIE-Lab82.8844-2.765158.2025

#eacd5d color RGB value is (234,205,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001101 01011101
Octal 352 315 135
Decimal 234 205 93
Hex EA CD 5D

RGB Percentages of Color #eacd5d

%43.98
%38.53
%17.48

CMYK Percentages of Color #eacd5d

%0
%12
%60
%8

Triadic Colors of #eacd5d

#eacd5d #5deacd #cd5dea

Analogous Colors of #eacd5d

#eacd5d #c1ea5d #ea875d

Monochromatic Colors of #eacd5d

#eacd5d

Complementary Color

#eacd5d #5d7aea

#eacd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacd5d Color CSS Codes

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

#eacd5d Text Font Color

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

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


#eacd5d Background Color

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

This div background color is #eacd5d


#eacd5d Border Color

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

This div border color is #eacd5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,205,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacd5d


Comments

No comments written yet.

Please login to write comment.