Color Hex Logo

#aeb2bd Color Hex

#AEB2BD
(174,178,189)
2 Favorites   0 Comments

Color spaces of #aeb2bd

RGB 174178189
HSL0.620.100.71
HSV224°74°
CMYK 0.080.060.00   0.26
XYZ42.561344.513654.4929
Yxy44.51360.30060.3144
Hunter Lab66.7185-2.8881-1.7226
CIE-Lab72.57050.7578-6.0824

#aeb2bd color RGB value is (174,178,189).

#aeb2bd hex color red value is 174, green value is 178 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aeb2bd hue: 0.62 , saturation: 0.10 and the lightness value of aeb2bd is 0.71.

The process color (four color CMYK) of #aeb2bd color hex is 0.08, 0.06, 0.00, 0.26. Web safe color of #aeb2bd is #9999cc. Color #aeb2bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 10111101
Octal 256 262 275
Decimal 174 178 189
Hex AE B2 BD

RGB Percentages of Color #aeb2bd

%32.16
%32.90
%34.94

CMYK Percentages of Color #aeb2bd

%8
%6
%0
%26

Triadic Colors of #aeb2bd

#aeb2bd #bdaeb2 #b2bdae

Analogous Colors of #aeb2bd

#aeb2bd #b2aebd #aebabd

Monochromatic Colors of #aeb2bd

#aeb2bd

Complementary Color

#aeb2bd #bdb9ae

#aeb2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb2bd Color CSS Codes

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

#aeb2bd Text Font Color

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

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


#aeb2bd Background Color

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

This div background color is #aeb2bd


#aeb2bd Border Color

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

This div border color is #aeb2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb2bd


Comments

No comments written yet.

Please login to write comment.