Color Hex Logo

#e4aaba Color Hex

#E4AABA
(228,170,186)
0 Favorites   0 Comments

Color spaces of #e4aaba

RGB 228170186
HSL0.950.520.78
HSV343°25°89°
CMYK 0.000.250.18   0.11
XYZ55.232648.788652.9604
Yxy48.78860.35180.3108
Hunter Lab69.848818.91253.9396
CIE-Lab75.319623.62390.1603

#e4aaba color RGB value is (228,170,186).

#e4aaba hex color red value is 228, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e4aaba hue: 0.95 , saturation: 0.52 and the lightness value of e4aaba is 0.78.

The process color (four color CMYK) of #e4aaba color hex is 0.00, 0.25, 0.18, 0.11. Web safe color of #e4aaba is #cc99cc. Color #e4aaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101010 10111010
Octal 344 252 272
Decimal 228 170 186
Hex E4 AA BA

RGB Percentages of Color #e4aaba

%39.04
%29.11
%31.85

CMYK Percentages of Color #e4aaba

%0
%25
%18
%11

Triadic Colors of #e4aaba

#e4aaba #bae4aa #aabae4

Analogous Colors of #e4aaba

#e4aaba #e4b7aa #e4aad7

Monochromatic Colors of #e4aaba

#e4aaba

Complementary Color

#e4aaba #aae4d4

#e4aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4aaba Color CSS Codes

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

#e4aaba Text Font Color

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

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


#e4aaba Background Color

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

This div background color is #e4aaba


#e4aaba Border Color

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

This div border color is #e4aaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,170,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 #e4aaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4aaba


Comments

No comments written yet.

Please login to write comment.