Color Hex Logo

#eac69b Color Hex

#EAC69B
(234,198,155)
0 Favorites   0 Comments

Color spaces of #eac69b

RGB 234198155
HSL0.090.650.76
HSV33°34°92°
CMYK 0.000.150.34   0.08
XYZ60.042260.247139.4746
Yxy60.24710.37580.3771
Hunter Lab77.61902.245524.1803
CIE-Lab81.97236.724126.3080

#eac69b color RGB value is (234,198,155).

#eac69b hex color red value is 234, green value is 198 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #eac69b hue: 0.09 , saturation: 0.65 and the lightness value of eac69b is 0.76.

The process color (four color CMYK) of #eac69b color hex is 0.00, 0.15, 0.34, 0.08. Web safe color of #eac69b is #ffcc99. Color #eac69b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 10011011
Octal 352 306 233
Decimal 234 198 155
Hex EA C6 9B

RGB Percentages of Color #eac69b

%39.86
%33.73
%26.41

CMYK Percentages of Color #eac69b

%0
%15
%34
%8

Triadic Colors of #eac69b

#eac69b #9beac6 #c69bea

Analogous Colors of #eac69b

#eac69b #e7ea9b #ea9f9b

Monochromatic Colors of #eac69b

#eac69b

Complementary Color

#eac69b #9bbfea

#eac69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac69b Color CSS Codes

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

#eac69b Text Font Color

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

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


#eac69b Background Color

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

This div background color is #eac69b


#eac69b Border Color

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

This div border color is #eac69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac69b


Comments

No comments written yet.

Please login to write comment.