Color Hex Logo

#e6aebf Color Hex

#E6AEBF
(230,174,191)
0 Favorites   0 Comments

Color spaces of #e6aebf

RGB 230174191
HSL0.950.530.79
HSV342°24°90°
CMYK 0.000.240.17   0.10
XYZ57.173150.856756.0932
Yxy50.85670.34840.3099
Hunter Lab71.313918.30613.2841
CIE-Lab76.592122.9692-0.6879

#e6aebf color RGB value is (230,174,191).

#e6aebf hex color red value is 230, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e6aebf hue: 0.95 , saturation: 0.53 and the lightness value of e6aebf is 0.79.

The process color (four color CMYK) of #e6aebf color hex is 0.00, 0.24, 0.17, 0.10. Web safe color of #e6aebf is #ff99cc. Color #e6aebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101110 10111111
Octal 346 256 277
Decimal 230 174 191
Hex E6 AE BF

RGB Percentages of Color #e6aebf

%38.66
%29.24
%32.10

CMYK Percentages of Color #e6aebf

%0
%24
%17
%10

Triadic Colors of #e6aebf

#e6aebf #bfe6ae #aebfe6

Analogous Colors of #e6aebf

#e6aebf #e6b9ae #e6aedb

Monochromatic Colors of #e6aebf

#e6aebf

Complementary Color

#e6aebf #aee6d5

#e6aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aebf Color CSS Codes

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

#e6aebf Text Font Color

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

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


#e6aebf Background Color

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

This div background color is #e6aebf


#e6aebf Border Color

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

This div border color is #e6aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aebf


Comments

No comments written yet.

Please login to write comment.