Color Hex Logo

#aebfbb Color Hex

#AEBFBB
(174,191,187)
0 Favorites   0 Comments

Color spaces of #aebfbb

RGB 174191187
HSL0.460.120.72
HSV166°75°
CMYK 0.090.000.02   0.25
XYZ45.056049.848154.2607
Yxy49.84810.30210.3342
Hunter Lab70.6032-9.64433.8561
CIE-Lab75.9759-6.58850.0150

#aebfbb color RGB value is (174,191,187).

#aebfbb hex color red value is 174, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aebfbb hue: 0.46 , saturation: 0.12 and the lightness value of aebfbb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 10111011
Octal 256 277 273
Decimal 174 191 187
Hex AE BF BB

RGB Percentages of Color #aebfbb

%31.52
%34.60
%33.88

CMYK Percentages of Color #aebfbb

%9
%0
%2
%25

Triadic Colors of #aebfbb

#aebfbb #bbaebf #bfbbae

Analogous Colors of #aebfbb

#aebfbb #aebbbf #aebfb3

Monochromatic Colors of #aebfbb

#aebfbb

Complementary Color

#aebfbb #bfaeb2

#aebfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfbb Color CSS Codes

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

#aebfbb Text Font Color

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

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


#aebfbb Background Color

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

This div background color is #aebfbb


#aebfbb Border Color

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

This div border color is #aebfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfbb


Comments

No comments written yet.

Please login to write comment.