Color Hex Logo

#aeecbe Color Hex

#AEECBE
(174,236,190)
0 Favorites   0 Comments

Color spaces of #aeecbe

RGB 174236190
HSL0.380.620.80
HSV135°26°93°
CMYK 0.260.000.19   0.07
XYZ56.745372.707359.7583
Yxy72.70730.29990.3843
Hunter Lab85.2686-30.430218.1361
CIE-Lab88.3079-28.585316.0932

#aeecbe color RGB value is (174,236,190).

#aeecbe hex color red value is 174, green value is 236 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aeecbe hue: 0.38 , saturation: 0.62 and the lightness value of aeecbe is 0.80.

The process color (four color CMYK) of #aeecbe color hex is 0.26, 0.00, 0.19, 0.07. Web safe color of #aeecbe is #99ffcc. Color #aeecbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 10111110
Octal 256 354 276
Decimal 174 236 190
Hex AE EC BE

RGB Percentages of Color #aeecbe

%29.00
%39.33
%31.67

CMYK Percentages of Color #aeecbe

%26
%0
%19
%7

Triadic Colors of #aeecbe

#aeecbe #beaeec #ecbeae

Analogous Colors of #aeecbe

#aeecbe #aeecdd #bdecae

Monochromatic Colors of #aeecbe

#aeecbe

Complementary Color

#aeecbe #ecaedc

#aeecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeecbe Color CSS Codes

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

#aeecbe Text Font Color

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

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


#aeecbe Background Color

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

This div background color is #aeecbe


#aeecbe Border Color

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

This div border color is #aeecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeecbe


Comments

No comments written yet.

Please login to write comment.