Color Hex Logo

#ae9fbf Color Hex

#AE9FBF
(174,159,191)
0 Favorites   0 Comments

Color spaces of #ae9fbf

RGB 174159191
HSL0.740.200.69
HSV268°17°75°
CMYK 0.090.170.00   0.25
XYZ39.257737.556554.4702
Yxy37.55650.29900.2861
Hunter Lab61.28347.1000-9.8001
CIE-Lab67.692511.6187-14.4706

#ae9fbf color RGB value is (174,159,191).

#ae9fbf hex color red value is 174, green value is 159 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae9fbf hue: 0.74 , saturation: 0.20 and the lightness value of ae9fbf is 0.69.

The process color (four color CMYK) of #ae9fbf color hex is 0.09, 0.17, 0.00, 0.25. Web safe color of #ae9fbf is #9999cc. Color #ae9fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011111 10111111
Octal 256 237 277
Decimal 174 159 191
Hex AE 9F BF

RGB Percentages of Color #ae9fbf

%33.21
%30.34
%36.45

CMYK Percentages of Color #ae9fbf

%9
%17
%0
%25

Triadic Colors of #ae9fbf

#ae9fbf #bfae9f #9fbfae

Analogous Colors of #ae9fbf

#ae9fbf #be9fbf #9fa0bf

Monochromatic Colors of #ae9fbf

#ae9fbf

Complementary Color

#ae9fbf #b0bf9f

#ae9fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9fbf Color CSS Codes

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

#ae9fbf Text Font Color

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

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


#ae9fbf Background Color

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

This div background color is #ae9fbf


#ae9fbf Border Color

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

This div border color is #ae9fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9fbf


Comments

No comments written yet.

Please login to write comment.