Color Hex Logo

#aeb9bc Color Hex

#AEB9BC
(174,185,188)
0 Favorites   0 Comments

Color spaces of #aeb9bc

RGB 174185188
HSL0.540.090.71
HSV193°74°
CMYK 0.070.020.00   0.26
XYZ43.881647.327454.3993
Yxy47.32740.30140.3250
Hunter Lab68.7949-6.53291.2731
CIE-Lab74.3987-3.2073-2.8392

#aeb9bc color RGB value is (174,185,188).

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

The process color (four color CMYK) of #aeb9bc color hex is 0.07, 0.02, 0.00, 0.26. Web safe color of #aeb9bc is #99cccc. Color #aeb9bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 10111100
Octal 256 271 274
Decimal 174 185 188
Hex AE B9 BC

RGB Percentages of Color #aeb9bc

%31.81
%33.82
%34.37

CMYK Percentages of Color #aeb9bc

%7
%2
%0
%26

Triadic Colors of #aeb9bc

#aeb9bc #bcaeb9 #b9bcae

Analogous Colors of #aeb9bc

#aeb9bc #aeb2bc #aebcb8

Monochromatic Colors of #aeb9bc

#aeb9bc

Complementary Color

#aeb9bc #bcb1ae

#aeb9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb9bc Color CSS Codes

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

#aeb9bc Text Font Color

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

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


#aeb9bc Background Color

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

This div background color is #aeb9bc


#aeb9bc Border Color

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

This div border color is #aeb9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb9bc


Comments

No comments written yet.

Please login to write comment.