Color Hex Logo

#aeb8c8 Color Hex

#AEB8C8
(174,184,200)
0 Favorites   0 Comments

Color spaces of #aeb8c8

RGB 174184200
HSL0.600.190.73
HSV217°13°78°
CMYK 0.130.080.00   0.22
XYZ45.021447.449861.4294
Yxy47.44980.29250.3083
Hunter Lab68.8838-3.8818-4.6551
CIE-Lab74.4766-0.2256-9.2663

#aeb8c8 color RGB value is (174,184,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 11001000
Octal 256 270 310
Decimal 174 184 200
Hex AE B8 C8

RGB Percentages of Color #aeb8c8

%31.18
%32.97
%35.84

CMYK Percentages of Color #aeb8c8

%13
%8
%0
%22

Triadic Colors of #aeb8c8

#aeb8c8 #c8aeb8 #b8c8ae

Analogous Colors of #aeb8c8

#aeb8c8 #b1aec8 #aec5c8

Monochromatic Colors of #aeb8c8

#aeb8c8

Complementary Color

#aeb8c8 #c8beae

#aeb8c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb8c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb8c8 Color CSS Codes

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

#aeb8c8 Text Font Color

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

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


#aeb8c8 Background Color

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

This div background color is #aeb8c8


#aeb8c8 Border Color

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

This div border color is #aeb8c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb8c8

#aeb8c8 Color Palettes


Comments

No comments written yet.

Please login to write comment.