color codes Logo

#aaf5cc color codes

#AAF5CC
(170,245,204)
0 Favorites   0 Comments

Color spaces of #aaf5cc

RGB 170245204
HSL0.410.790.81
HSV147°31°96°
CMYK 0.310.000.17   0.04
XYZ60.129178.210569.0537
Yxy78.21050.28990.3771
Hunter Lab88.4367-33.400115.6105
CIE-Lab90.8759-31.446412.4361

#aaf5cc color RGB value is (170,245,204).

#aaf5cc hex color red value is 170, green value is 245 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aaf5cc hue: 0.41 , saturation: 0.79 and the lightness value of aaf5cc is 0.81.

The process color (four color CMYK) of #aaf5cc color code is 0.31, 0.00, 0.17, 0.04. Web safe color of #aaf5cc is #99ffcc. Color #aaf5cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 11001100
Octal 252 365 314
Decimal 170 245 204
Hex AA F5 CC

RGB Percentages of Color #aaf5cc

%27.46
%39.58
%32.96

CMYK Percentages of Color #aaf5cc

%31
%0
%17
%4

Triadic Colors of #aaf5cc

#aaf5cc #ccaaf5 #f5ccaa

Analogous Colors of #aaf5cc

#aaf5cc #aaf5f2 #aef5aa

Monochromatic Colors of #aaf5cc

#aaf5cc

Complementary Color

#aaf5cc #f5aad3

#aaf5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf5cc Color CSS Codes

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

#aaf5cc Text Font Color

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

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


#aaf5cc Background Color

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

This div background color is #aaf5cc


#aaf5cc Border Color

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

This div border color is #aaf5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf5cc


Comments

No comments written yet.

Please login to write comment.