Color Hex Logo

#eaab6b Color Hex

#EAAB6B
(234,171,107)
0 Favorites   0 Comments

Color spaces of #eaab6b

RGB 234171107
HSL0.080.750.67
HSV30°54°92°
CMYK 0.000.270.54   0.08
XYZ51.148447.679820.4172
Yxy47.67980.42890.3998
Hunter Lab69.050611.383330.8042
CIE-Lab74.622516.079841.7712

#eaab6b color RGB value is (234,171,107).

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

The process color (four color CMYK) of #eaab6b color hex is 0.00, 0.27, 0.54, 0.08. Web safe color of #eaab6b is #ff9966. Color #eaab6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 01101011
Octal 352 253 153
Decimal 234 171 107
Hex EA AB 6B

RGB Percentages of Color #eaab6b

%45.70
%33.40
%20.90

CMYK Percentages of Color #eaab6b

%0
%27
%54
%8

Triadic Colors of #eaab6b

#eaab6b #6beaab #ab6bea

Analogous Colors of #eaab6b

#eaab6b #eaea6b #ea6c6b

Monochromatic Colors of #eaab6b

#eaab6b

Complementary Color

#eaab6b #6baaea

#eaab6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaab6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaab6b Color CSS Codes

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

#eaab6b Text Font Color

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

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


#eaab6b Background Color

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

This div background color is #eaab6b


#eaab6b Border Color

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

This div border color is #eaab6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaab6b


Comments

No comments written yet.

Please login to write comment.