Color Hex Logo

#aebfbd Color Hex

#AEBFBD
(174,191,189)
0 Favorites   0 Comments

Color spaces of #aebfbd

RGB 174191189
HSL0.480.120.72
HSV173°75°
CMYK 0.090.000.01   0.25
XYZ45.271749.934455.3963
Yxy49.93440.30060.3316
Hunter Lab70.6643-9.30492.9854
CIE-Lab76.0290-6.1960-0.9921

#aebfbd color RGB value is (174,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 10111101
Octal 256 277 275
Decimal 174 191 189
Hex AE BF BD

RGB Percentages of Color #aebfbd

%31.41
%34.48
%34.12

CMYK Percentages of Color #aebfbd

%9
%0
%1
%25

Triadic Colors of #aebfbd

#aebfbd #bdaebf #bfbdae

Analogous Colors of #aebfbd

#aebfbd #aeb9bf #aebfb5

Monochromatic Colors of #aebfbd

#aebfbd

Complementary Color

#aebfbd #bfaeb0

#aebfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfbd Color CSS Codes

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

#aebfbd Text Font Color

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

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


#aebfbd Background Color

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

This div background color is #aebfbd


#aebfbd Border Color

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

This div border color is #aebfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfbd


Comments

No comments written yet.

Please login to write comment.