Color Hex Logo

#eac38c Color Hex

#EAC38C
(234,195,140)
0 Favorites   0 Comments

Color spaces of #eac38c

RGB 234195140
HSL0.100.690.73
HSV35°40°92°
CMYK 0.000.170.40   0.08
XYZ58.180458.416133.0199
Yxy58.41610.38890.3904
Hunter Lab76.43042.124627.8865
CIE-Lab80.96966.565232.8191

#eac38c color RGB value is (234,195,140).

#eac38c hex color red value is 234, green value is 195 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eac38c hue: 0.10 , saturation: 0.69 and the lightness value of eac38c is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 10001100
Octal 352 303 214
Decimal 234 195 140
Hex EA C3 8C

RGB Percentages of Color #eac38c

%41.12
%34.27
%24.60

CMYK Percentages of Color #eac38c

%0
%17
%40
%8

Triadic Colors of #eac38c

#eac38c #8ceac3 #c38cea

Analogous Colors of #eac38c

#eac38c #e2ea8c #ea948c

Monochromatic Colors of #eac38c

#eac38c

Complementary Color

#eac38c #8cb3ea

#eac38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac38c Color CSS Codes

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

#eac38c Text Font Color

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

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


#eac38c Background Color

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

This div background color is #eac38c


#eac38c Border Color

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

This div border color is #eac38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac38c


Comments

No comments written yet.

Please login to write comment.