Color Hex Logo

#aebebd Color Hex

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

Color spaces of #aebebd

RGB 174190189
HSL0.490.110.71
HSV176°75°
CMYK 0.080.000.01   0.25
XYZ45.054349.499755.3239
Yxy49.49970.30060.3303
Hunter Lab70.3560-8.81592.6270
CIE-Lab75.7611-5.6676-1.3843

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

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

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

Base Numbers

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

RGB Percentages of Color #aebebd

%31.46
%34.36
%34.18

CMYK Percentages of Color #aebebd

%8
%0
%1
%25

Triadic Colors of #aebebd

#aebebd #bdaebe #bebdae

Analogous Colors of #aebebd

#aebebd #aeb7be #aebeb5

Monochromatic Colors of #aebebd

#aebebd

Complementary Color

#aebebd #beaeaf

#aebebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebebd Color CSS Codes

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

#aebebd Text Font Color

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

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


#aebebd Background Color

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

This div background color is #aebebd


#aebebd Border Color

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

This div border color is #aebebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebebd

#aebebd Color Palettes


Comments

No comments written yet.

Please login to write comment.