Color Hex Logo

#aeafbf Color Hex

#AEAFBF
(174,175,191)
0 Favorites   0 Comments

Color spaces of #aeafbf

RGB 174175191
HSL0.660.120.72
HSV236°75°
CMYK 0.090.080.00   0.25
XYZ42.189543.420255.4475
Yxy43.42020.29910.3078
Hunter Lab65.8940-1.0275-3.7647
CIE-Lab71.83922.7925-8.2649

#aeafbf color RGB value is (174,175,191).

#aeafbf hex color red value is 174, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aeafbf hue: 0.66 , saturation: 0.12 and the lightness value of aeafbf is 0.72.

The process color (four color CMYK) of #aeafbf color hex is 0.09, 0.08, 0.00, 0.25. Web safe color of #aeafbf is #9999cc. Color #aeafbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 10111111
Octal 256 257 277
Decimal 174 175 191
Hex AE AF BF

RGB Percentages of Color #aeafbf

%32.22
%32.41
%35.37

CMYK Percentages of Color #aeafbf

%9
%8
%0
%25

Triadic Colors of #aeafbf

#aeafbf #bfaeaf #afbfae

Analogous Colors of #aeafbf

#aeafbf #b6aebf #aeb8bf

Monochromatic Colors of #aeafbf

#aeafbf

Complementary Color

#aeafbf #bfbeae

#aeafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafbf Color CSS Codes

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

#aeafbf Text Font Color

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

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


#aeafbf Background Color

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

This div background color is #aeafbf


#aeafbf Border Color

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

This div border color is #aeafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafbf


Comments

No comments written yet.

Please login to write comment.