Color Hex Logo

#eabb81 Color Hex

#EABB81
(234,187,129)
0 Favorites   0 Comments

Color spaces of #eabb81

RGB 234187129
HSL0.090.710.71
HSV33°45°92°
CMYK 0.000.200.45   0.08
XYZ55.664554.618128.3774
Yxy54.61810.40140.3939
Hunter Lab73.90415.114028.9669
CIE-Lab78.82089.617535.7322

#eabb81 color RGB value is (234,187,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 10000001
Octal 352 273 201
Decimal 234 187 129
Hex EA BB 81

RGB Percentages of Color #eabb81

%42.55
%34.00
%23.45

CMYK Percentages of Color #eabb81

%0
%20
%45
%8

Triadic Colors of #eabb81

#eabb81 #81eabb #bb81ea

Analogous Colors of #eabb81

#eabb81 #e5ea81 #ea8781

Monochromatic Colors of #eabb81

#eabb81

Complementary Color

#eabb81 #81b0ea

#eabb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabb81 Color CSS Codes

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

#eabb81 Text Font Color

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

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


#eabb81 Background Color

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

This div background color is #eabb81


#eabb81 Border Color

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

This div border color is #eabb81


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,187,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 #eabb81">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabb81


Comments

No comments written yet.

Please login to write comment.