Color Hex Logo

#aebfab Color Hex

#AEBFAB
(174,191,171)
0 Favorites   0 Comments

Color spaces of #aebfab

RGB 174191171
HSL0.310.140.71
HSV111°10°75°
CMYK 0.090.000.10   0.25
XYZ43.437049.200545.7354
Yxy49.20050.31390.3556
Hunter Lab70.1431-12.211910.4413
CIE-Lab75.5759-9.59098.1071

#aebfab color RGB value is (174,191,171).

#aebfab hex color red value is 174, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aebfab hue: 0.31 , saturation: 0.14 and the lightness value of aebfab is 0.71.

The process color (four color CMYK) of #aebfab color hex is 0.09, 0.00, 0.10, 0.25. Web safe color of #aebfab is #99cc99. Color #aebfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 10101011
Octal 256 277 253
Decimal 174 191 171
Hex AE BF AB

RGB Percentages of Color #aebfab

%32.46
%35.63
%31.90

CMYK Percentages of Color #aebfab

%9
%0
%10
%25

Triadic Colors of #aebfab

#aebfab #abaebf #bfabae

Analogous Colors of #aebfab

#aebfab #abbfb2 #b8bfab

Monochromatic Colors of #aebfab

#aebfab

Complementary Color

#aebfab #bcabbf

#aebfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfab Color CSS Codes

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

#aebfab Text Font Color

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

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


#aebfab Background Color

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

This div background color is #aebfab


#aebfab Border Color

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

This div border color is #aebfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfab


Comments

No comments written yet.

Please login to write comment.