Color Hex Logo

#aec0ba Color Hex

#AEC0BA
(174,192,186)
0 Favorites   0 Comments

Color spaces of #aec0ba

RGB 174192186
HSL0.440.130.72
HSV160°75°
CMYK 0.090.000.03   0.25
XYZ45.168150.243153.7717
Yxy50.24310.30280.3368
Hunter Lab70.8824-10.29934.6400
CIE-Lab76.2182-7.30990.9105

#aec0ba color RGB value is (174,192,186).

#aec0ba hex color red value is 174, green value is 192 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aec0ba hue: 0.44 , saturation: 0.13 and the lightness value of aec0ba is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 10111010
Octal 256 300 272
Decimal 174 192 186
Hex AE C0 BA

RGB Percentages of Color #aec0ba

%31.52
%34.78
%33.70

CMYK Percentages of Color #aec0ba

%9
%0
%3
%25

Triadic Colors of #aec0ba

#aec0ba #baaec0 #c0baae

Analogous Colors of #aec0ba

#aec0ba #aebdc0 #aec0b1

Monochromatic Colors of #aec0ba

#aec0ba

Complementary Color

#aec0ba #c0aeb4

#aec0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec0ba Color CSS Codes

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

#aec0ba Text Font Color

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

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


#aec0ba Background Color

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

This div background color is #aec0ba


#aec0ba Border Color

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

This div border color is #aec0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec0ba


Comments

No comments written yet.

Please login to write comment.