Color Hex Logo

#e2aebc Color Hex

#E2AEBC
(226,174,188)
0 Favorites   0 Comments

Color spaces of #e2aebc

RGB 226174188
HSL0.960.470.78
HSV344°23°89°
CMYK 0.000.230.17   0.11
XYZ55.577250.071754.3125
Yxy50.07170.34740.3130
Hunter Lab70.761416.36464.0252
CIE-Lab76.113221.06900.2013

#e2aebc color RGB value is (226,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101110 10111100
Octal 342 256 274
Decimal 226 174 188
Hex E2 AE BC

RGB Percentages of Color #e2aebc

%38.44
%29.59
%31.97

CMYK Percentages of Color #e2aebc

%0
%23
%17
%11

Triadic Colors of #e2aebc

#e2aebc #bce2ae #aebce2

Analogous Colors of #e2aebc

#e2aebc #e2baae #e2aed6

Monochromatic Colors of #e2aebc

#e2aebc

Complementary Color

#e2aebc #aee2d4

#e2aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2aebc Color CSS Codes

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

#e2aebc Text Font Color

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

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


#e2aebc Background Color

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

This div background color is #e2aebc


#e2aebc Border Color

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

This div border color is #e2aebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,174,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2aebc


Comments

No comments written yet.

Please login to write comment.