Color Hex Logo

#aec8ba Color Hex

#AEC8BA
(174,200,186)
0 Favorites   0 Comments

Color spaces of #aec8ba

RGB 174200186
HSL0.410.190.73
HSV148°13°78°
CMYK 0.130.000.07   0.22
XYZ46.972853.852454.3732
Yxy53.85240.30270.3470
Hunter Lab73.3842-14.16557.4387
CIE-Lab78.3756-11.47994.0428

#aec8ba color RGB value is (174,200,186).

#aec8ba hex color red value is 174, green value is 200 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aec8ba hue: 0.41 , saturation: 0.19 and the lightness value of aec8ba is 0.73.

The process color (four color CMYK) of #aec8ba color hex is 0.13, 0.00, 0.07, 0.22. Web safe color of #aec8ba is #99cccc. Color #aec8ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001000 10111010
Octal 256 310 272
Decimal 174 200 186
Hex AE C8 BA

RGB Percentages of Color #aec8ba

%31.07
%35.71
%33.21

CMYK Percentages of Color #aec8ba

%13
%0
%7
%22

Triadic Colors of #aec8ba

#aec8ba #baaec8 #c8baae

Analogous Colors of #aec8ba

#aec8ba #aec8c7 #afc8ae

Monochromatic Colors of #aec8ba

#aec8ba

Complementary Color

#aec8ba #c8aebc

#aec8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec8ba Color CSS Codes

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

#aec8ba Text Font Color

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

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


#aec8ba Background Color

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

This div background color is #aec8ba


#aec8ba Border Color

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

This div border color is #aec8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec8ba


Comments

No comments written yet.

Please login to write comment.