Color Hex Logo

#aeb9c8 Color Hex

#AEB9C8
(174,185,200)
0 Favorites   0 Comments

Color spaces of #aeb9c8

RGB 174185200
HSL0.600.190.73
HSV215°13°78°
CMYK 0.130.080.00   0.22
XYZ45.229847.866761.4989
Yxy47.86670.29260.3096
Hunter Lab69.1858-4.3817-4.2726
CIE-Lab74.7408-0.7639-8.8731

#aeb9c8 color RGB value is (174,185,200).

#aeb9c8 hex color red value is 174, green value is 185 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #aeb9c8 hue: 0.60 , saturation: 0.19 and the lightness value of aeb9c8 is 0.73.

The process color (four color CMYK) of #aeb9c8 color hex is 0.13, 0.08, 0.00, 0.22. Web safe color of #aeb9c8 is #99cccc. Color #aeb9c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 11001000
Octal 256 271 310
Decimal 174 185 200
Hex AE B9 C8

RGB Percentages of Color #aeb9c8

%31.13
%33.09
%35.78

CMYK Percentages of Color #aeb9c8

%13
%8
%0
%22

Triadic Colors of #aeb9c8

#aeb9c8 #c8aeb9 #b9c8ae

Analogous Colors of #aeb9c8

#aeb9c8 #b0aec8 #aec6c8

Monochromatic Colors of #aeb9c8

#aeb9c8

Complementary Color

#aeb9c8 #c8bdae

#aeb9c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb9c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb9c8 Color CSS Codes

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

#aeb9c8 Text Font Color

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

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


#aeb9c8 Background Color

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

This div background color is #aeb9c8


#aeb9c8 Border Color

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

This div border color is #aeb9c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb9c8


Comments

No comments written yet.

Please login to write comment.