Color Hex Logo

#aebcb4 Color Hex

#AEBCB4
(174,188,180)
1 Favorites   0 Comments

Color spaces of #aebcb4

RGB 174188180
HSL0.400.090.71
HSV146°74°
CMYK 0.070.000.04   0.26
XYZ43.677048.260450.1932
Yxy48.26040.30730.3395
Hunter Lab69.4697-9.34545.7906
CIE-Lab74.9889-6.35262.3786

#aebcb4 color RGB value is (174,188,180).

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

The process color (four color CMYK) of #aebcb4 color hex is 0.07, 0.00, 0.04, 0.26. Web safe color of #aebcb4 is #99cccc. Color #aebcb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 10110100
Octal 256 274 264
Decimal 174 188 180
Hex AE BC B4

RGB Percentages of Color #aebcb4

%32.10
%34.69
%33.21

CMYK Percentages of Color #aebcb4

%7
%0
%4
%26

Triadic Colors of #aebcb4

#aebcb4 #b4aebc #bcb4ae

Analogous Colors of #aebcb4

#aebcb4 #aebcbb #afbcae

Monochromatic Colors of #aebcb4

#aebcb4

Complementary Color

#aebcb4 #bcaeb6

#aebcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcb4 Color CSS Codes

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

#aebcb4 Text Font Color

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

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


#aebcb4 Background Color

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

This div background color is #aebcb4


#aebcb4 Border Color

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

This div border color is #aebcb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,188,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 #aebcb4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcb4


Comments

No comments written yet.

Please login to write comment.