Color Hex Logo

#aaf5c3 Color Hex

#AAF5C3
(170,245,195)
0 Favorites   0 Comments

Color spaces of #aaf5c3

RGB 170245195
HSL0.390.790.81
HSV140°31°96°
CMYK 0.310.000.20   0.04
XYZ59.080377.791063.5311
Yxy77.79100.29480.3882
Hunter Lab88.1992-34.780319.0320
CIE-Lab90.6844-33.131616.8147

#aaf5c3 color RGB value is (170,245,195).

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

The process color (four color CMYK) of #aaf5c3 color hex is 0.31, 0.00, 0.20, 0.04. Web safe color of #aaf5c3 is #99ffcc. Color #aaf5c3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 11000011
Octal 252 365 303
Decimal 170 245 195
Hex AA F5 C3

RGB Percentages of Color #aaf5c3

%27.87
%40.16
%31.97

CMYK Percentages of Color #aaf5c3

%31
%0
%20
%4

Triadic Colors of #aaf5c3

#aaf5c3 #c3aaf5 #f5c3aa

Analogous Colors of #aaf5c3

#aaf5c3 #aaf5e9 #b7f5aa

Monochromatic Colors of #aaf5c3

#aaf5c3

Complementary Color

#aaf5c3 #f5aadc

#aaf5c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf5c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf5c3 Color CSS Codes

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

#aaf5c3 Text Font Color

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

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


#aaf5c3 Background Color

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

This div background color is #aaf5c3


#aaf5c3 Border Color

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

This div border color is #aaf5c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf5c3


Comments

No comments written yet.

Please login to write comment.