Color Hex Logo

#e9aeba Color Hex

#E9AEBA
(233,174,186)
0 Favorites   0 Comments

Color spaces of #e9aeba

RGB 233174186
HSL0.970.570.80
HSV348°25°91°
CMYK 0.000.250.20   0.09
XYZ57.603351.140953.2895
Yxy51.14090.35550.3156
Hunter Lab71.512918.63355.8777
CIE-Lab76.764323.28322.3260

#e9aeba color RGB value is (233,174,186).

#e9aeba hex color red value is 233, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e9aeba hue: 0.97 , saturation: 0.57 and the lightness value of e9aeba is 0.80.

The process color (four color CMYK) of #e9aeba color hex is 0.00, 0.25, 0.20, 0.09. Web safe color of #e9aeba is #ff99cc. Color #e9aeba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101110 10111010
Octal 351 256 272
Decimal 233 174 186
Hex E9 AE BA

RGB Percentages of Color #e9aeba

%39.29
%29.34
%31.37

CMYK Percentages of Color #e9aeba

%0
%25
%20
%9

Triadic Colors of #e9aeba

#e9aeba #bae9ae #aebae9

Analogous Colors of #e9aeba

#e9aeba #e9c0ae #e9aed8

Monochromatic Colors of #e9aeba

#e9aeba

Complementary Color

#e9aeba #aee9dd

#e9aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aeba Color CSS Codes

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

#e9aeba Text Font Color

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

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


#e9aeba Background Color

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

This div background color is #e9aeba


#e9aeba Border Color

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

This div border color is #e9aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aeba


Comments

No comments written yet.

Please login to write comment.