Color Hex Logo

#eac083 Color Hex

#EAC083
(234,192,131)
0 Favorites   0 Comments

Color spaces of #eac083

RGB 234192131
HSL0.100.710.72
HSV36°44°92°
CMYK 0.000.180.44   0.08
XYZ56.878156.830429.4443
Yxy56.83040.39730.3970
Hunter Lab75.38592.751529.6126
CIE-Lab80.08417.190436.3289

#eac083 color RGB value is (234,192,131).

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

The process color (four color CMYK) of #eac083 color hex is 0.00, 0.18, 0.44, 0.08. Web safe color of #eac083 is #ffcc99. Color #eac083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000000 10000011
Octal 352 300 203
Decimal 234 192 131
Hex EA C0 83

RGB Percentages of Color #eac083

%42.01
%34.47
%23.52

CMYK Percentages of Color #eac083

%0
%18
%44
%8

Triadic Colors of #eac083

#eac083 #83eac0 #c083ea

Analogous Colors of #eac083

#eac083 #e1ea83 #ea8d83

Monochromatic Colors of #eac083

#eac083

Complementary Color

#eac083 #83adea

#eac083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac083 Color CSS Codes

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

#eac083 Text Font Color

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

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


#eac083 Background Color

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

This div background color is #eac083


#eac083 Border Color

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

This div border color is #eac083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac083


Comments

No comments written yet.

Please login to write comment.