Color Hex Logo

#aebfb7 Color Hex

#AEBFB7
(174,191,183)
0 Favorites   0 Comments

Color spaces of #aebfb7

RGB 174191183
HSL0.420.120.72
HSV152°75°
CMYK 0.090.000.04   0.25
XYZ44.633649.679252.0363
Yxy49.67920.30500.3395
Hunter Lab70.4835-10.31115.5660
CIE-Lab75.8719-7.36242.0328

#aebfb7 color RGB value is (174,191,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 10110111
Octal 256 277 267
Decimal 174 191 183
Hex AE BF B7

RGB Percentages of Color #aebfb7

%31.75
%34.85
%33.39

CMYK Percentages of Color #aebfb7

%9
%0
%4
%25

Triadic Colors of #aebfb7

#aebfb7 #b7aebf #bfb7ae

Analogous Colors of #aebfb7

#aebfb7 #aebfbf #aebfaf

Monochromatic Colors of #aebfb7

#aebfb7

Complementary Color

#aebfb7 #bfaeb6

#aebfb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfb7 Color CSS Codes

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

#aebfb7 Text Font Color

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

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


#aebfb7 Background Color

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

This div background color is #aebfb7


#aebfb7 Border Color

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

This div border color is #aebfb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfb7


Comments

No comments written yet.

Please login to write comment.