Color Hex Logo

#aeafc4 Color Hex

#AEAFC4
(174,175,196)
0 Favorites   0 Comments

Color spaces of #aeafc4

RGB 174175196
HSL0.660.160.73
HSV237°11°77°
CMYK 0.110.110.00   0.23
XYZ42.749343.644158.3956
Yxy43.64410.29530.3014
Hunter Lab66.0637-0.1055-6.1636
CIE-Lab71.99003.8223-10.7869

#aeafc4 color RGB value is (174,175,196).

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

The process color (four color CMYK) of #aeafc4 color hex is 0.11, 0.11, 0.00, 0.23. Web safe color of #aeafc4 is #9999cc. Color #aeafc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 11000100
Octal 256 257 304
Decimal 174 175 196
Hex AE AF C4

RGB Percentages of Color #aeafc4

%31.93
%32.11
%35.96

CMYK Percentages of Color #aeafc4

%11
%11
%0
%23

Triadic Colors of #aeafc4

#aeafc4 #c4aeaf #afc4ae

Analogous Colors of #aeafc4

#aeafc4 #b8aec4 #aebac4

Monochromatic Colors of #aeafc4

#aeafc4

Complementary Color

#aeafc4 #c4c3ae

#aeafc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafc4 Color CSS Codes

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

#aeafc4 Text Font Color

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

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


#aeafc4 Background Color

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

This div background color is #aeafc4


#aeafc4 Border Color

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

This div border color is #aeafc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafc4


Comments

No comments written yet.

Please login to write comment.