Color Hex Logo

#aebfa7 Color Hex

#AEBFA7
(174,191,167)
0 Favorites   0 Comments

Color spaces of #aebfa7

RGB 174191167
HSL0.280.160.70
HSV103°13°75°
CMYK 0.090.000.13   0.25
XYZ43.061449.050343.7573
Yxy49.05030.31690.3610
Hunter Lab70.0359-12.812611.9817
CIE-Lab75.4826-10.302110.1375

#aebfa7 color RGB value is (174,191,167).

#aebfa7 hex color red value is 174, green value is 191 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #aebfa7 hue: 0.28 , saturation: 0.16 and the lightness value of aebfa7 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 10100111
Octal 256 277 247
Decimal 174 191 167
Hex AE BF A7

RGB Percentages of Color #aebfa7

%32.71
%35.90
%31.39

CMYK Percentages of Color #aebfa7

%9
%0
%13
%25

Triadic Colors of #aebfa7

#aebfa7 #a7aebf #bfa7ae

Analogous Colors of #aebfa7

#aebfa7 #a7bfac #babfa7

Monochromatic Colors of #aebfa7

#aebfa7

Complementary Color

#aebfa7 #b8a7bf

#aebfa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfa7 Color CSS Codes

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

#aebfa7 Text Font Color

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

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


#aebfa7 Background Color

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

This div background color is #aebfa7


#aebfa7 Border Color

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

This div border color is #aebfa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfa7

#aebfa7 Color Palettes


Comments

No comments written yet.

Please login to write comment.