Color Hex Logo

#aaf8cb Color Hex

#AAF8CB
(170,248,203)
0 Favorites   0 Comments

Color spaces of #aaf8cb

RGB 170248203
HSL0.400.850.82
HSV145°31°97°
CMYK 0.310.000.18   0.03
XYZ60.924579.992668.7290
Yxy79.99260.29060.3816
Hunter Lab89.4386-34.925417.0457
CIE-Lab91.6815-33.034814.0950

#aaf8cb color RGB value is (170,248,203).

#aaf8cb hex color red value is 170, green value is 248 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aaf8cb hue: 0.40 , saturation: 0.85 and the lightness value of aaf8cb is 0.82.

The process color (four color CMYK) of #aaf8cb color hex is 0.31, 0.00, 0.18, 0.03. Web safe color of #aaf8cb is #99ffcc. Color #aaf8cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 11001011
Octal 252 370 313
Decimal 170 248 203
Hex AA F8 CB

RGB Percentages of Color #aaf8cb

%27.38
%39.94
%32.69

CMYK Percentages of Color #aaf8cb

%31
%0
%18
%3

Triadic Colors of #aaf8cb

#aaf8cb #cbaaf8 #f8cbaa

Analogous Colors of #aaf8cb

#aaf8cb #aaf8f2 #b0f8aa

Monochromatic Colors of #aaf8cb

#aaf8cb

Complementary Color

#aaf8cb #f8aad7

#aaf8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf8cb Color CSS Codes

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

#aaf8cb Text Font Color

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

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


#aaf8cb Background Color

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

This div background color is #aaf8cb


#aaf8cb Border Color

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

This div border color is #aaf8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf8cb

Related Colors


Comments

No comments written yet.

Please login to write comment.