Color Hex Logo

#eacb81 Color Hex

#EACB81
(234,203,129)
0 Favorites   0 Comments

Color spaces of #eacb81

RGB 234203129
HSL0.120.710.71
HSV42°45°92°
CMYK 0.000.130.45   0.08
XYZ59.250161.789329.5726
Yxy61.78930.39340.4103
Hunter Lab78.6062-3.014832.7187
CIE-Lab82.80121.256240.8261

#eacb81 color RGB value is (234,203,129).

#eacb81 hex color red value is 234, green value is 203 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #eacb81 hue: 0.12 , saturation: 0.71 and the lightness value of eacb81 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 10000001
Octal 352 313 201
Decimal 234 203 129
Hex EA CB 81

RGB Percentages of Color #eacb81

%41.34
%35.87
%22.79

CMYK Percentages of Color #eacb81

%0
%13
%45
%8

Triadic Colors of #eacb81

#eacb81 #81eacb #cb81ea

Analogous Colors of #eacb81

#eacb81 #d5ea81 #ea9781

Monochromatic Colors of #eacb81

#eacb81

Complementary Color

#eacb81 #81a0ea

#eacb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb81 Color CSS Codes

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

#eacb81 Text Font Color

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

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


#eacb81 Background Color

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

This div background color is #eacb81


#eacb81 Border Color

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

This div border color is #eacb81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb81

#eacb81 Color Palettes


Comments

No comments written yet.

Please login to write comment.