Color Hex Logo

#aec2ba Color Hex

#AEC2BA
(174,194,186)
0 Favorites   0 Comments

Color spaces of #aec2ba

RGB 174194186
HSL0.430.140.72
HSV156°10°76°
CMYK 0.100.000.04   0.24
XYZ45.610351.127453.9190
Yxy51.12740.30270.3394
Hunter Lab71.5034-11.27025.3432
CIE-Lab76.7561-8.35921.6937

#aec2ba color RGB value is (174,194,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 10111010
Octal 256 302 272
Decimal 174 194 186
Hex AE C2 BA

RGB Percentages of Color #aec2ba

%31.41
%35.02
%33.57

CMYK Percentages of Color #aec2ba

%10
%0
%4
%24

Triadic Colors of #aec2ba

#aec2ba #baaec2 #c2baae

Analogous Colors of #aec2ba

#aec2ba #aec0c2 #aec2b0

Monochromatic Colors of #aec2ba

#aec2ba

Complementary Color

#aec2ba #c2aeb6

#aec2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec2ba Color CSS Codes

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

#aec2ba Text Font Color

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

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


#aec2ba Background Color

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

This div background color is #aec2ba


#aec2ba Border Color

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

This div border color is #aec2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec2ba


Comments

No comments written yet.

Please login to write comment.