Color Hex Logo

#eab6ba Color Hex

#EAB6BA
(234,182,186)
0 Favorites   0 Comments

Color spaces of #eab6ba

RGB 234182186
HSL0.990.550.82
HSV355°22°92°
CMYK 0.000.220.21   0.08
XYZ59.522654.493553.8355
Yxy54.49350.35460.3247
Hunter Lab73.819714.74438.4346
CIE-Lab78.748619.37825.2108

#eab6ba color RGB value is (234,182,186).

#eab6ba hex color red value is 234, green value is 182 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eab6ba hue: 0.99 , saturation: 0.55 and the lightness value of eab6ba is 0.82.

The process color (four color CMYK) of #eab6ba color hex is 0.00, 0.22, 0.21, 0.08. Web safe color of #eab6ba is #ffcccc. Color #eab6ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 10111010
Octal 352 266 272
Decimal 234 182 186
Hex EA B6 BA

RGB Percentages of Color #eab6ba

%38.87
%30.23
%30.90

CMYK Percentages of Color #eab6ba

%0
%22
%21
%8

Triadic Colors of #eab6ba

#eab6ba #baeab6 #b6baea

Analogous Colors of #eab6ba

#eab6ba #eaccb6 #eab6d4

Monochromatic Colors of #eab6ba

#eab6ba

Complementary Color

#eab6ba #b6eae6

#eab6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab6ba Color CSS Codes

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

#eab6ba Text Font Color

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

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


#eab6ba Background Color

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

This div background color is #eab6ba


#eab6ba Border Color

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

This div border color is #eab6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab6ba


Comments

No comments written yet.

Please login to write comment.