Color Hex Logo

#aebac6 Color Hex

#AEBAC6
(174,186,198)
0 Favorites   0 Comments

Color spaces of #aebac6

RGB 174186198
HSL0.580.170.73
HSV210°12°78°
CMYK 0.120.060.00   0.22
XYZ45.207548.193760.3457
Yxy48.19370.29400.3135
Hunter Lab69.4217-5.2485-2.9434
CIE-Lab74.9469-1.7167-7.4777

#aebac6 color RGB value is (174,186,198).

#aebac6 hex color red value is 174, green value is 186 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #aebac6 hue: 0.58 , saturation: 0.17 and the lightness value of aebac6 is 0.73.

The process color (four color CMYK) of #aebac6 color hex is 0.12, 0.06, 0.00, 0.22. Web safe color of #aebac6 is #99cccc. Color #aebac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11000110
Octal 256 272 306
Decimal 174 186 198
Hex AE BA C6

RGB Percentages of Color #aebac6

%31.18
%33.33
%35.48

CMYK Percentages of Color #aebac6

%12
%6
%0
%22

Triadic Colors of #aebac6

#aebac6 #c6aeba #bac6ae

Analogous Colors of #aebac6

#aebac6 #aeaec6 #aec6c6

Monochromatic Colors of #aebac6

#aebac6

Complementary Color

#aebac6 #c6baae

#aebac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebac6 Color CSS Codes

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

#aebac6 Text Font Color

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

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


#aebac6 Background Color

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

This div background color is #aebac6


#aebac6 Border Color

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

This div border color is #aebac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebac6


Comments

No comments written yet.

Please login to write comment.