Color Hex Logo

#aeafc9 Color Hex

#AEAFC9
(174,175,201)
0 Favorites   0 Comments

Color spaces of #aeafc9

RGB 174175201
HSL0.660.200.74
HSV238°13°79°
CMYK 0.130.130.00   0.21
XYZ43.328143.875761.4436
Yxy43.87570.29150.2952
Hunter Lab66.23870.8427-8.6308
CIE-Lab72.14534.8739-13.2984

#aeafc9 color RGB value is (174,175,201).

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

The process color (four color CMYK) of #aeafc9 color hex is 0.13, 0.13, 0.00, 0.21. Web safe color of #aeafc9 is #9999cc. Color #aeafc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 11001001
Octal 256 257 311
Decimal 174 175 201
Hex AE AF C9

RGB Percentages of Color #aeafc9

%31.64
%31.82
%36.55

CMYK Percentages of Color #aeafc9

%13
%13
%0
%21

Triadic Colors of #aeafc9

#aeafc9 #c9aeaf #afc9ae

Analogous Colors of #aeafc9

#aeafc9 #bbaec9 #aebdc9

Monochromatic Colors of #aeafc9

#aeafc9

Complementary Color

#aeafc9 #c9c8ae

#aeafc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafc9 Color CSS Codes

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

#aeafc9 Text Font Color

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

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


#aeafc9 Background Color

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

This div background color is #aeafc9


#aeafc9 Border Color

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

This div border color is #aeafc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafc9


Comments

No comments written yet.

Please login to write comment.