Color Hex Logo

#eab288 Color Hex

#EAB288
(234,178,136)
0 Favorites   0 Comments

Color spaces of #eab288

RGB 234178136
HSL0.070.700.73
HSV26°42°92°
CMYK 0.000.240.42   0.08
XYZ54.296051.110830.2962
Yxy51.11080.40010.3766
Hunter Lab71.491810.455024.9189
CIE-Lab76.746115.103529.3382

#eab288 color RGB value is (234,178,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 10001000
Octal 352 262 210
Decimal 234 178 136
Hex EA B2 88

RGB Percentages of Color #eab288

%42.70
%32.48
%24.82

CMYK Percentages of Color #eab288

%0
%24
%42
%8

Triadic Colors of #eab288

#eab288 #88eab2 #b288ea

Analogous Colors of #eab288

#eab288 #eae388 #ea888f

Monochromatic Colors of #eab288

#eab288

Complementary Color

#eab288 #88c0ea

#eab288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab288 Color CSS Codes

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

#eab288 Text Font Color

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

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


#eab288 Background Color

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

This div background color is #eab288


#eab288 Border Color

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

This div border color is #eab288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab288


Comments

No comments written yet.

Please login to write comment.