Color Hex Logo

#aebfad Color Hex

#AEBFAD
(174,191,173)
0 Favorites   0 Comments

Color spaces of #aebfad

RGB 174191173
HSL0.320.120.71
HSV117°75°
CMYK 0.090.000.09   0.25
XYZ43.629249.277446.7471
Yxy49.27740.31240.3529
Hunter Lab70.1979-11.90549.6553
CIE-Lab75.6236-9.22927.0929

#aebfad color RGB value is (174,191,173).

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

The process color (four color CMYK) of #aebfad color hex is 0.09, 0.00, 0.09, 0.25. Web safe color of #aebfad is #99cc99. Color #aebfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 10101101
Octal 256 277 255
Decimal 174 191 173
Hex AE BF AD

RGB Percentages of Color #aebfad

%32.34
%35.50
%32.16

CMYK Percentages of Color #aebfad

%9
%0
%9
%25

Triadic Colors of #aebfad

#aebfad #adaebf #bfadae

Analogous Colors of #aebfad

#aebfad #adbfb5 #b7bfad

Monochromatic Colors of #aebfad

#aebfad

Complementary Color

#aebfad #beadbf

#aebfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfad Color CSS Codes

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

#aebfad Text Font Color

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

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


#aebfad Background Color

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

This div background color is #aebfad


#aebfad Border Color

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

This div border color is #aebfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfad


Comments

No comments written yet.

Please login to write comment.