Color Hex Logo

#aeeabc Color Hex

#AEEABC
(174,234,188)
0 Favorites   0 Comments

Color spaces of #aeeabc

RGB 174234188
HSL0.370.590.80
HSV134°26°92°
CMYK 0.260.000.20   0.08
XYZ55.955571.475158.4239
Yxy71.47510.30110.3846
Hunter Lab84.5429-29.808318.2074
CIE-Lab87.7153-27.993416.2995

#aeeabc color RGB value is (174,234,188).

#aeeabc hex color red value is 174, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aeeabc hue: 0.37 , saturation: 0.59 and the lightness value of aeeabc is 0.80.

The process color (four color CMYK) of #aeeabc color hex is 0.26, 0.00, 0.20, 0.08. Web safe color of #aeeabc is #99ffcc. Color #aeeabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 10111100
Octal 256 352 274
Decimal 174 234 188
Hex AE EA BC

RGB Percentages of Color #aeeabc

%29.19
%39.26
%31.54

CMYK Percentages of Color #aeeabc

%26
%0
%20
%8

Triadic Colors of #aeeabc

#aeeabc #bcaeea #eabcae

Analogous Colors of #aeeabc

#aeeabc #aeeada #beeaae

Monochromatic Colors of #aeeabc

#aeeabc

Complementary Color

#aeeabc #eaaedc

#aeeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeabc Color CSS Codes

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

#aeeabc Text Font Color

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

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


#aeeabc Background Color

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

This div background color is #aeeabc


#aeeabc Border Color

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

This div border color is #aeeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeabc


Comments

No comments written yet.

Please login to write comment.