Color Hex Logo

#aebac4 Color Hex

#AEBAC4
(174,186,196)
0 Favorites   0 Comments

Color spaces of #aebac4

RGB 174186196
HSL0.580.160.73
HSV207°11°77°
CMYK 0.110.050.00   0.23
XYZ44.978348.102059.1386
Yxy48.10200.29550.3160
Hunter Lab69.3556-5.6120-2.0069
CIE-Lab74.8892-2.1286-6.4745

#aebac4 color RGB value is (174,186,196).

#aebac4 hex color red value is 174, green value is 186 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aebac4 hue: 0.58 , saturation: 0.16 and the lightness value of aebac4 is 0.73.

The process color (four color CMYK) of #aebac4 color hex is 0.11, 0.05, 0.00, 0.23. Web safe color of #aebac4 is #99cccc. Color #aebac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11000100
Octal 256 272 304
Decimal 174 186 196
Hex AE BA C4

RGB Percentages of Color #aebac4

%31.29
%33.45
%35.25

CMYK Percentages of Color #aebac4

%11
%5
%0
%23

Triadic Colors of #aebac4

#aebac4 #c4aeba #bac4ae

Analogous Colors of #aebac4

#aebac4 #aeafc4 #aec4c3

Monochromatic Colors of #aebac4

#aebac4

Complementary Color

#aebac4 #c4b8ae

#aebac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebac4 Color CSS Codes

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

#aebac4 Text Font Color

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

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


#aebac4 Background Color

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

This div background color is #aebac4


#aebac4 Border Color

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

This div border color is #aebac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebac4


Comments

No comments written yet.

Please login to write comment.