Color Hex Logo

#aeb0bc Color Hex

#AEB0BC
(174,176,188)
0 Favorites   0 Comments

Color spaces of #aeb0bc

RGB 174176188
HSL0.640.090.71
HSV231°74°
CMYK 0.070.060.00   0.26
XYZ42.058043.680253.7914
Yxy43.68020.30140.3131
Hunter Lab66.0910-2.0681-1.9924
CIE-Lab72.01421.6416-6.3571

#aeb0bc color RGB value is (174,176,188).

#aeb0bc hex color red value is 174, green value is 176 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aeb0bc hue: 0.64 , saturation: 0.09 and the lightness value of aeb0bc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 10111100
Octal 256 260 274
Decimal 174 176 188
Hex AE B0 BC

RGB Percentages of Color #aeb0bc

%32.34
%32.71
%34.94

CMYK Percentages of Color #aeb0bc

%7
%6
%0
%26

Triadic Colors of #aeb0bc

#aeb0bc #bcaeb0 #b0bcae

Analogous Colors of #aeb0bc

#aeb0bc #b3aebc #aeb7bc

Monochromatic Colors of #aeb0bc

#aeb0bc

Complementary Color

#aeb0bc #bcbaae

#aeb0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb0bc Color CSS Codes

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

#aeb0bc Text Font Color

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

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


#aeb0bc Background Color

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

This div background color is #aeb0bc


#aeb0bc Border Color

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

This div border color is #aeb0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb0bc


Comments

No comments written yet.

Please login to write comment.