Color Hex Logo

#eabb7b Color Hex

#EABB7B
(234,187,123)
0 Favorites   0 Comments

Color spaces of #eabb7b

RGB 234187123
HSL0.100.730.70
HSV35°47°92°
CMYK 0.000.200.47   0.08
XYZ55.277254.463126.3379
Yxy54.46310.40620.4002
Hunter Lab73.79914.552130.4996
CIE-Lab78.73109.032038.7143

#eabb7b color RGB value is (234,187,123).

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

The process color (four color CMYK) of #eabb7b color hex is 0.00, 0.20, 0.47, 0.08. Web safe color of #eabb7b is #ffcc66. Color #eabb7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 01111011
Octal 352 273 173
Decimal 234 187 123
Hex EA BB 7B

RGB Percentages of Color #eabb7b

%43.01
%34.38
%22.61

CMYK Percentages of Color #eabb7b

%0
%20
%47
%8

Triadic Colors of #eabb7b

#eabb7b #7beabb #bb7bea

Analogous Colors of #eabb7b

#eabb7b #e2ea7b #ea847b

Monochromatic Colors of #eabb7b

#eabb7b

Complementary Color

#eabb7b #7baaea

#eabb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabb7b Color CSS Codes

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

#eabb7b Text Font Color

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

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


#eabb7b Background Color

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

This div background color is #eabb7b


#eabb7b Border Color

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

This div border color is #eabb7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabb7b


Comments

No comments written yet.

Please login to write comment.