Color Hex Logo

#aebbba Color Hex

#AEBBBA
(174,187,186)
0 Favorites   0 Comments

Color spaces of #aebbba

RGB 174187186
HSL0.490.090.71
HSV175°73°
CMYK 0.070.000.01   0.27
XYZ44.088848.084553.4119
Yxy48.08450.30280.3303
Hunter Lab69.3430-7.85862.8716
CIE-Lab74.8782-4.6668-1.0465

#aebbba color RGB value is (174,187,186).

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

The process color (four color CMYK) of #aebbba color hex is 0.07, 0.00, 0.01, 0.27. Web safe color of #aebbba is #99cccc. Color #aebbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 10111010
Octal 256 273 272
Decimal 174 187 186
Hex AE BB BA

RGB Percentages of Color #aebbba

%31.81
%34.19
%34.00

CMYK Percentages of Color #aebbba

%7
%0
%1
%27

Triadic Colors of #aebbba

#aebbba #baaebb #bbbaae

Analogous Colors of #aebbba

#aebbba #aeb6bb #aebbb4

Monochromatic Colors of #aebbba

#aebbba

Complementary Color

#aebbba #bbaeaf

#aebbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbba Color CSS Codes

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

#aebbba Text Font Color

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

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


#aebbba Background Color

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

This div background color is #aebbba


#aebbba Border Color

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

This div border color is #aebbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbba


Comments

No comments written yet.

Please login to write comment.