Color Hex Logo

#aebdbe Color Hex

#AEBDBE
(174,189,190)
0 Favorites   0 Comments

Color spaces of #aebdbe

RGB 174189190
HSL0.510.110.71
HSV184°75°
CMYK 0.080.010.00   0.25
XYZ44.947449.111655.8257
Yxy49.11160.29990.3277
Hunter Lab70.0797-8.15381.8252
CIE-Lab75.5207-4.9398-2.2799

#aebdbe color RGB value is (174,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 10111110
Octal 256 275 276
Decimal 174 189 190
Hex AE BD BE

RGB Percentages of Color #aebdbe

%31.46
%34.18
%34.36

CMYK Percentages of Color #aebdbe

%8
%1
%0
%25

Triadic Colors of #aebdbe

#aebdbe #beaebd #bdbeae

Analogous Colors of #aebdbe

#aebdbe #aeb5be #aebeb7

Monochromatic Colors of #aebdbe

#aebdbe

Complementary Color

#aebdbe #beafae

#aebdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdbe Color CSS Codes

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

#aebdbe Text Font Color

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

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


#aebdbe Background Color

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

This div background color is #aebdbe


#aebdbe Border Color

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

This div border color is #aebdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdbe


Comments

No comments written yet.

Please login to write comment.