Color Hex Logo

#eab286 Color Hex

#EAB286
(234,178,134)
0 Favorites   0 Comments

Color spaces of #eab286

RGB 234178134
HSL0.070.700.72
HSV26°43°92°
CMYK 0.000.240.43   0.08
XYZ54.155251.054429.5545
Yxy51.05440.40190.3788
Hunter Lab71.452410.247225.4928
CIE-Lab76.711914.891730.3537

#eab286 color RGB value is (234,178,134).

#eab286 hex color red value is 234, green value is 178 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #eab286 hue: 0.07 , saturation: 0.70 and the lightness value of eab286 is 0.72.

The process color (four color CMYK) of #eab286 color hex is 0.00, 0.24, 0.43, 0.08. Web safe color of #eab286 is #ff9999. Color #eab286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 10000110
Octal 352 262 206
Decimal 234 178 134
Hex EA B2 86

RGB Percentages of Color #eab286

%42.86
%32.60
%24.54

CMYK Percentages of Color #eab286

%0
%24
%43
%8

Triadic Colors of #eab286

#eab286 #86eab2 #b286ea

Analogous Colors of #eab286

#eab286 #eae486 #ea868c

Monochromatic Colors of #eab286

#eab286

Complementary Color

#eab286 #86beea

#eab286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab286 Color CSS Codes

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

#eab286 Text Font Color

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

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


#eab286 Background Color

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

This div background color is #eab286


#eab286 Border Color

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

This div border color is #eab286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab286


Comments

No comments written yet.

Please login to write comment.