Color Hex Logo

#aeafaf Color Hex

#AEAFAF
(174,175,175)
0 Favorites   0 Comments

Color spaces of #aeafaf

RGB 174175175
HSL0.500.010.68
HSV180°69°
CMYK 0.010.000.00   0.31
XYZ40.523442.753846.6739
Yxy42.75380.31180.3290
Hunter Lab65.3864-3.80033.4483
CIE-Lab71.3875-0.3489-0.1318

#aeafaf color RGB value is (174,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 10101111
Octal 256 257 257
Decimal 174 175 175
Hex AE AF AF

RGB Percentages of Color #aeafaf

%33.21
%33.40
%33.40

CMYK Percentages of Color #aeafaf

%1
%0
%0
%31

Triadic Colors of #aeafaf

#aeafaf #afaeaf #afafae

Monochromatic Colors of #aeafaf

#aeafaf

Complementary Color

#aeafaf #afaeae

#aeafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafaf Color CSS Codes

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

#aeafaf Text Font Color

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

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


#aeafaf Background Color

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

This div background color is #aeafaf


#aeafaf Border Color

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

This div border color is #aeafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafaf


Comments

No comments written yet.

Please login to write comment.