Color Hex Logo

#aef5cc Color Hex

#AEF5CC
(174,245,204)
0 Favorites   0 Comments

Color spaces of #aef5cc

RGB 174245204
HSL0.400.780.82
HSV145°29°96°
CMYK 0.290.000.17   0.04
XYZ61.007078.663169.0948
Yxy78.66310.29220.3768
Hunter Lab88.6922-32.430015.8953
CIE-Lab91.0816-30.254512.7568

#aef5cc color RGB value is (174,245,204).

#aef5cc hex color red value is 174, green value is 245 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aef5cc hue: 0.40 , saturation: 0.78 and the lightness value of aef5cc is 0.82.

The process color (four color CMYK) of #aef5cc color hex is 0.29, 0.00, 0.17, 0.04. Web safe color of #aef5cc is #99ffcc. Color #aef5cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 11001100
Octal 256 365 314
Decimal 174 245 204
Hex AE F5 CC

RGB Percentages of Color #aef5cc

%27.93
%39.33
%32.74

CMYK Percentages of Color #aef5cc

%29
%0
%17
%4

Triadic Colors of #aef5cc

#aef5cc #ccaef5 #f5ccae

Analogous Colors of #aef5cc

#aef5cc #aef5f0 #b4f5ae

Monochromatic Colors of #aef5cc

#aef5cc

Complementary Color

#aef5cc #f5aed7

#aef5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef5cc Color CSS Codes

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

#aef5cc Text Font Color

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

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


#aef5cc Background Color

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

This div background color is #aef5cc


#aef5cc Border Color

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

This div border color is #aef5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef5cc


Comments

No comments written yet.

Please login to write comment.