Color Hex Logo

#eacb95 Color Hex

#EACB95
(234,203,149)
0 Favorites   0 Comments

Color spaces of #eacb95

RGB 234203149
HSL0.110.670.75
HSV38°36°92°
CMYK 0.000.130.36   0.08
XYZ60.712462.374237.2733
Yxy62.37420.37860.3890
Hunter Lab78.9773-0.991727.3023
CIE-Lab83.11203.401930.9748

#eacb95 color RGB value is (234,203,149).

#eacb95 hex color red value is 234, green value is 203 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #eacb95 hue: 0.11 , saturation: 0.67 and the lightness value of eacb95 is 0.75.

The process color (four color CMYK) of #eacb95 color hex is 0.00, 0.13, 0.36, 0.08. Web safe color of #eacb95 is #ffcc99. Color #eacb95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 10010101
Octal 352 313 225
Decimal 234 203 149
Hex EA CB 95

RGB Percentages of Color #eacb95

%39.93
%34.64
%25.43

CMYK Percentages of Color #eacb95

%0
%13
%36
%8

Triadic Colors of #eacb95

#eacb95 #95eacb #cb95ea

Analogous Colors of #eacb95

#eacb95 #dfea95 #eaa195

Monochromatic Colors of #eacb95

#eacb95

Complementary Color

#eacb95 #95b4ea

#eacb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb95 Color CSS Codes

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

#eacb95 Text Font Color

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

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


#eacb95 Background Color

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

This div background color is #eacb95


#eacb95 Border Color

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

This div border color is #eacb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb95

#eacb95 Color Palettes


Comments

No comments written yet.

Please login to write comment.