Color Hex Logo

#aec2bf Color Hex

#AEC2BF
(174,194,191)
0 Favorites   0 Comments

Color spaces of #aec2bf

RGB 174194191
HSL0.480.140.72
HSV171°10°76°
CMYK 0.100.000.02   0.24
XYZ46.151351.343856.7681
Yxy51.34380.29920.3328
Hunter Lab71.6546-10.42723.1859
CIE-Lab76.8868-7.3808-0.8203

#aec2bf color RGB value is (174,194,191).

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

The process color (four color CMYK) of #aec2bf color hex is 0.10, 0.00, 0.02, 0.24. Web safe color of #aec2bf is #99cccc. Color #aec2bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 10111111
Octal 256 302 277
Decimal 174 194 191
Hex AE C2 BF

RGB Percentages of Color #aec2bf

%31.13
%34.70
%34.17

CMYK Percentages of Color #aec2bf

%10
%0
%2
%24

Triadic Colors of #aec2bf

#aec2bf #bfaec2 #c2bfae

Analogous Colors of #aec2bf

#aec2bf #aebbc2 #aec2b5

Monochromatic Colors of #aec2bf

#aec2bf

Complementary Color

#aec2bf #c2aeb1

#aec2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec2bf Color CSS Codes

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

#aec2bf Text Font Color

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

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


#aec2bf Background Color

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

This div background color is #aec2bf


#aec2bf Border Color

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

This div border color is #aec2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec2bf


Comments

No comments written yet.

Please login to write comment.