Color Hex Logo

#aebcbd Color Hex

#AEBCBD
(174,188,189)
0 Favorites   0 Comments

Color spaces of #aebcbd

RGB 174188189
HSL0.510.100.71
HSV184°74°
CMYK 0.080.010.00   0.26
XYZ44.624148.639255.1805
Yxy48.63920.30060.3277
Hunter Lab69.7418-7.83541.9084
CIE-Lab75.2263-4.6071-2.1684

#aebcbd color RGB value is (174,188,189).

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

The process color (four color CMYK) of #aebcbd color hex is 0.08, 0.01, 0.00, 0.26. Web safe color of #aebcbd is #99cccc. Color #aebcbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 10111101
Octal 256 274 275
Decimal 174 188 189
Hex AE BC BD

RGB Percentages of Color #aebcbd

%31.58
%34.12
%34.30

CMYK Percentages of Color #aebcbd

%8
%1
%0
%26

Triadic Colors of #aebcbd

#aebcbd #bdaebc #bcbdae

Analogous Colors of #aebcbd

#aebcbd #aeb5bd #aebdb7

Monochromatic Colors of #aebcbd

#aebcbd

Complementary Color

#aebcbd #bdafae

#aebcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcbd Color CSS Codes

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

#aebcbd Text Font Color

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

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


#aebcbd Background Color

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

This div background color is #aebcbd


#aebcbd Border Color

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

This div border color is #aebcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcbd


Comments

No comments written yet.

Please login to write comment.