Color Hex Logo

#eacd50 Color Hex

#EACD50
(234,205,80)
0 Favorites   0 Comments

Color spaces of #eacd50

RGB 23420580
HSL0.140.790.62
HSV49°66°92°
CMYK 0.000.120.66   0.08
XYZ57.211061.734316.4900
Yxy61.73430.42240.4558
Hunter Lab78.5712-7.526242.5564
CIE-Lab82.7719-3.574663.6900

#eacd50 color RGB value is (234,205,80).

#eacd50 hex color red value is 234, green value is 205 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eacd50 hue: 0.14 , saturation: 0.79 and the lightness value of eacd50 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001101 01010000
Octal 352 315 120
Decimal 234 205 80
Hex EA CD 50

RGB Percentages of Color #eacd50

%45.09
%39.50
%15.41

CMYK Percentages of Color #eacd50

%0
%12
%66
%8

Triadic Colors of #eacd50

#eacd50 #50eacd #cd50ea

Analogous Colors of #eacd50

#eacd50 #baea50 #ea8050

Monochromatic Colors of #eacd50

#eacd50

Complementary Color

#eacd50 #506dea

#eacd50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacd50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacd50 Color CSS Codes

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

#eacd50 Text Font Color

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

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


#eacd50 Background Color

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

This div background color is #eacd50


#eacd50 Border Color

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

This div border color is #eacd50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacd50


Comments

No comments written yet.

Please login to write comment.