Color Hex Logo

#aeafba Color Hex

#AEAFBA
(174,175,186)
0 Favorites   0 Comments

Color spaces of #aeafba

RGB 174175186
HSL0.650.080.71
HSV235°73°
CMYK 0.060.060.00   0.27
XYZ41.648543.203852.5984
Yxy43.20380.30300.3143
Hunter Lab65.7296-1.9231-1.4346
CIE-Lab71.69311.7852-5.7332

#aeafba color RGB value is (174,175,186).

#aeafba hex color red value is 174, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aeafba hue: 0.65 , saturation: 0.08 and the lightness value of aeafba is 0.71.

The process color (four color CMYK) of #aeafba color hex is 0.06, 0.06, 0.00, 0.27. Web safe color of #aeafba is #9999cc. Color #aeafba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 10111010
Octal 256 257 272
Decimal 174 175 186
Hex AE AF BA

RGB Percentages of Color #aeafba

%32.52
%32.71
%34.77

CMYK Percentages of Color #aeafba

%6
%6
%0
%27

Triadic Colors of #aeafba

#aeafba #baaeaf #afbaae

Analogous Colors of #aeafba

#aeafba #b3aeba #aeb5ba

Monochromatic Colors of #aeafba

#aeafba

Complementary Color

#aeafba #bab9ae

#aeafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafba Color CSS Codes

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

#aeafba Text Font Color

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

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


#aeafba Background Color

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

This div background color is #aeafba


#aeafba Border Color

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

This div border color is #aeafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafba


Comments

No comments written yet.

Please login to write comment.