Color Hex Logo

#aebdba Color Hex

#AEBDBA
(174,189,186)
0 Favorites   0 Comments

Color spaces of #aebdba

RGB 174189186
HSL0.470.100.71
HSV168°74°
CMYK 0.080.000.02   0.26
XYZ44.516148.939053.5543
Yxy48.93900.30280.3329
Hunter Lab69.9564-8.83693.5807
CIE-Lab75.4134-5.7271-0.2638

#aebdba color RGB value is (174,189,186).

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

The process color (four color CMYK) of #aebdba color hex is 0.08, 0.00, 0.02, 0.26. Web safe color of #aebdba is #99cccc. Color #aebdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 10111010
Octal 256 275 272
Decimal 174 189 186
Hex AE BD BA

RGB Percentages of Color #aebdba

%31.69
%34.43
%33.88

CMYK Percentages of Color #aebdba

%8
%0
%2
%26

Triadic Colors of #aebdba

#aebdba #baaebd #bdbaae

Analogous Colors of #aebdba

#aebdba #aeb9bd #aebdb3

Monochromatic Colors of #aebdba

#aebdba

Complementary Color

#aebdba #bdaeb1

#aebdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdba Color CSS Codes

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

#aebdba Text Font Color

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

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


#aebdba Background Color

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

This div background color is #aebdba


#aebdba Border Color

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

This div border color is #aebdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdba


Comments

No comments written yet.

Please login to write comment.