Color Hex Logo

#aebab4 Color Hex

#AEBAB4
(174,186,180)
0 Favorites   0 Comments

Color spaces of #aebab4

RGB 174186180
HSL0.420.080.71
HSV150°73°
CMYK 0.060.000.03   0.27
XYZ43.252747.411850.0517
Yxy47.41180.30740.3369
Hunter Lab68.8562-8.37195.1014
CIE-Lab74.4524-5.29381.5990

#aebab4 color RGB value is (174,186,180).

#aebab4 hex color red value is 174, green value is 186 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #aebab4 hue: 0.42 , saturation: 0.08 and the lightness value of aebab4 is 0.71.

The process color (four color CMYK) of #aebab4 color hex is 0.06, 0.00, 0.03, 0.27. Web safe color of #aebab4 is #99cccc. Color #aebab4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10110100
Octal 256 272 264
Decimal 174 186 180
Hex AE BA B4

RGB Percentages of Color #aebab4

%32.22
%34.44
%33.33

CMYK Percentages of Color #aebab4

%6
%0
%3
%27

Triadic Colors of #aebab4

#aebab4 #b4aeba #bab4ae

Analogous Colors of #aebab4

#aebab4 #aebaba #aebaae

Monochromatic Colors of #aebab4

#aebab4

Complementary Color

#aebab4 #baaeb4

#aebab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebab4 Color CSS Codes

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

#aebab4 Text Font Color

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

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


#aebab4 Background Color

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

This div background color is #aebab4


#aebab4 Border Color

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

This div border color is #aebab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebab4


Comments

No comments written yet.

Please login to write comment.