Color Hex Logo

#eacd7b Color Hex

#EACD7B
(234,205,123)
0 Favorites   0 Comments

Color spaces of #eacd7b

RGB 234205123
HSL0.120.730.70
HSV44°47°92°
CMYK 0.000.120.47   0.08
XYZ59.338262.585127.6916
Yxy62.58510.39660.4183
Hunter Lab79.1107-4.557234.6239
CIE-Lab83.2236-0.352744.3608

#eacd7b color RGB value is (234,205,123).

#eacd7b hex color red value is 234, green value is 205 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eacd7b hue: 0.12 , saturation: 0.73 and the lightness value of eacd7b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001101 01111011
Octal 352 315 173
Decimal 234 205 123
Hex EA CD 7B

RGB Percentages of Color #eacd7b

%41.64
%36.48
%21.89

CMYK Percentages of Color #eacd7b

%0
%12
%47
%8

Triadic Colors of #eacd7b

#eacd7b #7beacd #cd7bea

Analogous Colors of #eacd7b

#eacd7b #d0ea7b #ea967b

Monochromatic Colors of #eacd7b

#eacd7b

Complementary Color

#eacd7b #7b98ea

#eacd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacd7b Color CSS Codes

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

#eacd7b Text Font Color

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

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


#eacd7b Background Color

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

This div background color is #eacd7b


#eacd7b Border Color

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

This div border color is #eacd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacd7b


Comments

No comments written yet.

Please login to write comment.