Color Hex Logo

#aebbb0 Color Hex

#AEBBB0
(174,187,176)
0 Favorites   0 Comments

Color spaces of #aebbb0

RGB 174187176
HSL0.360.090.71
HSV129°73°
CMYK 0.070.000.06   0.27
XYZ43.062447.673948.0067
Yxy47.67390.31040.3436
Hunter Lab69.0463-9.50517.1091
CIE-Lab74.6188-6.57574.0173

#aebbb0 color RGB value is (174,187,176).

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

The process color (four color CMYK) of #aebbb0 color hex is 0.07, 0.00, 0.06, 0.27. Web safe color of #aebbb0 is #99cc99. Color #aebbb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 10110000
Octal 256 273 260
Decimal 174 187 176
Hex AE BB B0

RGB Percentages of Color #aebbb0

%32.40
%34.82
%32.77

CMYK Percentages of Color #aebbb0

%7
%0
%6
%27

Triadic Colors of #aebbb0

#aebbb0 #b0aebb #bbb0ae

Analogous Colors of #aebbb0

#aebbb0 #aebbb7 #b3bbae

Monochromatic Colors of #aebbb0

#aebbb0

Complementary Color

#aebbb0 #bbaeb9

#aebbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbb0 Color CSS Codes

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

#aebbb0 Text Font Color

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

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


#aebbb0 Background Color

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

This div background color is #aebbb0


#aebbb0 Border Color

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

This div border color is #aebbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbb0


Comments

No comments written yet.

Please login to write comment.