Color Hex Logo

#aebebb Color Hex

#AEBEBB
(174,190,187)
0 Favorites   0 Comments

Color spaces of #aebebb

RGB 174190187
HSL0.470.110.71
HSV169°75°
CMYK 0.080.000.02   0.25
XYZ44.838749.413454.1882
Yxy49.41340.30210.3329
Hunter Lab70.2947-9.15633.5013
CIE-Lab75.7078-6.0605-0.3767

#aebebb color RGB value is (174,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10111011
Octal 256 276 273
Decimal 174 190 187
Hex AE BE BB

RGB Percentages of Color #aebebb

%31.58
%34.48
%33.94

CMYK Percentages of Color #aebebb

%8
%0
%2
%25

Triadic Colors of #aebebb

#aebebb #bbaebe #bebbae

Analogous Colors of #aebebb

#aebebb #aeb9be #aebeb3

Monochromatic Colors of #aebebb

#aebebb

Complementary Color

#aebebb #beaeb1

#aebebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebebb Color CSS Codes

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

#aebebb Text Font Color

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

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


#aebebb Background Color

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

This div background color is #aebebb


#aebebb Border Color

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

This div border color is #aebebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebebb


Comments

No comments written yet.

Please login to write comment.