Color Hex Logo

#aeafab Color Hex

#AEAFAB
(174,175,171)
0 Favorites   0 Comments

Color spaces of #aeafab

RGB 174175171
HSL0.210.020.68
HSV75°69°
CMYK 0.010.000.02   0.31
XYZ40.136242.598944.6351
Yxy42.59890.31510.3344
Hunter Lab65.2678-4.45085.1405
CIE-Lab71.2819-1.09581.9145

#aeafab color RGB value is (174,175,171).

#aeafab hex color red value is 174, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aeafab hue: 0.21 , saturation: 0.02 and the lightness value of aeafab is 0.68.

The process color (four color CMYK) of #aeafab color hex is 0.01, 0.00, 0.02, 0.31. Web safe color of #aeafab is #999999. Color #aeafab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 10101011
Octal 256 257 253
Decimal 174 175 171
Hex AE AF AB

RGB Percentages of Color #aeafab

%33.46
%33.65
%32.88

CMYK Percentages of Color #aeafab

%1
%0
%2
%31

Triadic Colors of #aeafab

#aeafab #abaeaf #afabae

Analogous Colors of #aeafab

#aeafab #acafab #afaeab

Monochromatic Colors of #aeafab

#aeafab

Complementary Color

#aeafab #acabaf

#aeafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafab Color CSS Codes

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

#aeafab Text Font Color

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

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


#aeafab Background Color

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

This div background color is #aeafab


#aeafab Border Color

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

This div border color is #aeafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafab

#aeafab Color Palettes


Comments

No comments written yet.

Please login to write comment.