Color Hex Logo

#e2aeba Color Hex

#E2AEBA
(226,174,186)
0 Favorites   0 Comments

Color spaces of #e2aeba

RGB 226174186
HSL0.960.470.78
HSV346°23°89°
CMYK 0.000.230.18   0.11
XYZ55.363049.986053.1847
Yxy49.98600.34920.3153
Hunter Lab70.700816.05004.8896
CIE-Lab76.060720.75791.2162

#e2aeba color RGB value is (226,174,186).

#e2aeba hex color red value is 226, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e2aeba hue: 0.96 , saturation: 0.47 and the lightness value of e2aeba is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101110 10111010
Octal 342 256 272
Decimal 226 174 186
Hex E2 AE BA

RGB Percentages of Color #e2aeba

%38.57
%29.69
%31.74

CMYK Percentages of Color #e2aeba

%0
%23
%18
%11

Triadic Colors of #e2aeba

#e2aeba #bae2ae #aebae2

Analogous Colors of #e2aeba

#e2aeba #e2bcae #e2aed4

Monochromatic Colors of #e2aeba

#e2aeba

Complementary Color

#e2aeba #aee2d6

#e2aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2aeba Color CSS Codes

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

#e2aeba Text Font Color

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

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


#e2aeba Background Color

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

This div background color is #e2aeba


#e2aeba Border Color

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

This div border color is #e2aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2aeba


Comments

No comments written yet.

Please login to write comment.