Color Hex Logo

#aebbbd Color Hex

#AEBBBD
(174,187,189)
0 Favorites   0 Comments

Color spaces of #aebbbd

RGB 174187189
HSL0.520.100.71
HSV188°74°
CMYK 0.080.010.00   0.26
XYZ44.411248.213455.1095
Yxy48.21340.30060.3264
Hunter Lab69.4359-7.34411.5481
CIE-Lab74.9593-4.0753-2.5603

#aebbbd color RGB value is (174,187,189).

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

The process color (four color CMYK) of #aebbbd color hex is 0.08, 0.01, 0.00, 0.26. Web safe color of #aebbbd is #99cccc. Color #aebbbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 10111101
Octal 256 273 275
Decimal 174 187 189
Hex AE BB BD

RGB Percentages of Color #aebbbd

%31.64
%34.00
%34.36

CMYK Percentages of Color #aebbbd

%8
%1
%0
%26

Triadic Colors of #aebbbd

#aebbbd #bdaebb #bbbdae

Analogous Colors of #aebbbd

#aebbbd #aeb4bd #aebdb8

Monochromatic Colors of #aebbbd

#aebbbd

Complementary Color

#aebbbd #bdb0ae

#aebbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbbd Color CSS Codes

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

#aebbbd Text Font Color

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

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


#aebbbd Background Color

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

This div background color is #aebbbd


#aebbbd Border Color

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

This div border color is #aebbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbbd


Comments

No comments written yet.

Please login to write comment.