Color Hex Logo

#aebfae Color Hex

#AEBFAE
(174,191,174)
0 Favorites   0 Comments

Color spaces of #aebfae

RGB 174191174
HSL0.330.120.72
HSV120°75°
CMYK 0.090.000.09   0.25
XYZ43.726349.316347.2588
Yxy49.31630.31170.3515
Hunter Lab70.2256-11.75089.2583
CIE-Lab75.6477-9.04726.5859

#aebfae color RGB value is (174,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 10101110
Octal 256 277 256
Decimal 174 191 174
Hex AE BF AE

RGB Percentages of Color #aebfae

%32.28
%35.44
%32.28

CMYK Percentages of Color #aebfae

%9
%0
%9
%25

Triadic Colors of #aebfae

#aebfae #aeaebf #bfaeae

Analogous Colors of #aebfae

#aebfae #aebfb7 #b7bfae

Monochromatic Colors of #aebfae

#aebfae

Complementary Color

#aebfae #bfaebf

#aebfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfae Color CSS Codes

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

#aebfae Text Font Color

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

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


#aebfae Background Color

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

This div background color is #aebfae


#aebfae Border Color

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

This div border color is #aebfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfae


Comments

No comments written yet.

Please login to write comment.