Color Hex Logo

#aec8be Color Hex

#AEC8BE
(174,200,190)
0 Favorites   0 Comments

Color spaces of #aec8be

RGB 174200190
HSL0.440.190.73
HSV157°13°78°
CMYK 0.130.000.05   0.22
XYZ47.404154.024956.6446
Yxy54.02490.29990.3418
Hunter Lab73.5016-13.50625.7588
CIE-Lab78.4762-10.70762.0370

#aec8be color RGB value is (174,200,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001000 10111110
Octal 256 310 276
Decimal 174 200 190
Hex AE C8 BE

RGB Percentages of Color #aec8be

%30.85
%35.46
%33.69

CMYK Percentages of Color #aec8be

%13
%0
%5
%22

Triadic Colors of #aec8be

#aec8be #beaec8 #c8beae

Analogous Colors of #aec8be

#aec8be #aec5c8 #aec8b1

Monochromatic Colors of #aec8be

#aec8be

Complementary Color

#aec8be #c8aeb8

#aec8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec8be Color CSS Codes

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

#aec8be Text Font Color

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

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


#aec8be Background Color

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

This div background color is #aec8be


#aec8be Border Color

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

This div border color is #aec8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec8be


Comments

No comments written yet.

Please login to write comment.