Color Hex Logo

#aebdaf Color Hex

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

Color spaces of #aebdaf

RGB 174189175
HSL0.340.100.71
HSV124°74°
CMYK 0.080.000.07   0.26
XYZ43.391048.489047.6298
Yxy48.48900.31100.3476
Hunter Lab69.6340-10.63108.1894
CIE-Lab75.1323-7.81495.3022

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

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

The process color (four color CMYK) of #aebdaf color hex is 0.08, 0.00, 0.07, 0.26. Web safe color of #aebdaf is #99cc99. Color #aebdaf contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #aebdaf

%32.34
%35.13
%32.53

CMYK Percentages of Color #aebdaf

%8
%0
%7
%26

Triadic Colors of #aebdaf

#aebdaf #afaebd #bdafae

Analogous Colors of #aebdaf

#aebdaf #aebdb7 #b5bdae

Monochromatic Colors of #aebdaf

#aebdaf

Complementary Color

#aebdaf #bdaebc

#aebdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdaf Color CSS Codes

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

#aebdaf Text Font Color

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

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


#aebdaf Background Color

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

This div background color is #aebdaf


#aebdaf Border Color

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

This div border color is #aebdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdaf


Comments

No comments written yet.

Please login to write comment.