Color Hex Logo

#aeafbd Color Hex

#AEAFBD
(174,175,189)
0 Favorites   0 Comments

Color spaces of #aeafbd

RGB 174175189
HSL0.660.100.71
HSV236°74°
CMYK 0.080.070.00   0.26
XYZ41.970843.332754.2961
Yxy43.33270.30070.3104
Hunter Lab65.8276-1.3890-2.8245
CIE-Lab71.78022.3868-7.2535

#aeafbd color RGB value is (174,175,189).

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

The process color (four color CMYK) of #aeafbd color hex is 0.08, 0.07, 0.00, 0.26. Web safe color of #aeafbd is #9999cc. Color #aeafbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 10111101
Octal 256 257 275
Decimal 174 175 189
Hex AE AF BD

RGB Percentages of Color #aeafbd

%32.34
%32.53
%35.13

CMYK Percentages of Color #aeafbd

%8
%7
%0
%26

Triadic Colors of #aeafbd

#aeafbd #bdaeaf #afbdae

Analogous Colors of #aeafbd

#aeafbd #b5aebd #aeb7bd

Monochromatic Colors of #aeafbd

#aeafbd

Complementary Color

#aeafbd #bdbcae

#aeafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafbd Color CSS Codes

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

#aeafbd Text Font Color

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

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


#aeafbd Background Color

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

This div background color is #aeafbd


#aeafbd Border Color

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

This div border color is #aeafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafbd


Comments

No comments written yet.

Please login to write comment.