Color Hex Logo

#eac380 Color Hex

#EAC380
(234,195,128)
0 Favorites   0 Comments

Color spaces of #eac380

RGB 234195128
HSL0.110.720.71
HSV38°45°92°
CMYK 0.000.170.45   0.08
XYZ57.343158.081228.6106
Yxy58.08120.39810.4032
Hunter Lab76.21100.938631.0895
CIE-Lab80.78395.319138.7679

#eac380 color RGB value is (234,195,128).

#eac380 hex color red value is 234, green value is 195 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #eac380 hue: 0.11 , saturation: 0.72 and the lightness value of eac380 is 0.71.

The process color (four color CMYK) of #eac380 color hex is 0.00, 0.17, 0.45, 0.08. Web safe color of #eac380 is #ffcc99. Color #eac380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 10000000
Octal 352 303 200
Decimal 234 195 128
Hex EA C3 80

RGB Percentages of Color #eac380

%42.01
%35.01
%22.98

CMYK Percentages of Color #eac380

%0
%17
%45
%8

Triadic Colors of #eac380

#eac380 #80eac3 #c380ea

Analogous Colors of #eac380

#eac380 #dcea80 #ea8e80

Monochromatic Colors of #eac380

#eac380

Complementary Color

#eac380 #80a7ea

#eac380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac380 Color CSS Codes

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

#eac380 Text Font Color

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

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


#eac380 Background Color

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

This div background color is #eac380


#eac380 Border Color

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

This div border color is #eac380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac380


Comments

No comments written yet.

Please login to write comment.