Color Hex Logo

#aafcff Color Hex

#AAFCFF
(170,252,255)
0 Favorites   0 Comments

Color spaces of #aafcff

RGB 170252255
HSL0.511.000.83
HSV182°33°100°
CMYK 0.330.010.00   0.00
XYZ69.438085.3869107.4293
Yxy85.38690.26480.3256
Hunter Lab92.4050-27.5745-4.2465
CIE-Lab94.0496-24.0299-9.3653

#aafcff color RGB value is (170,252,255).

#aafcff hex color red value is 170, green value is 252 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aafcff hue: 0.51 , saturation: 1.00 and the lightness value of aafcff is 0.83.

The process color (four color CMYK) of #aafcff color hex is 0.33, 0.01, 0.00, 0.00. Web safe color of #aafcff is #99ffff. Color #aafcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 11111111
Octal 252 374 377
Decimal 170 252 255
Hex AA FC FF

RGB Percentages of Color #aafcff

%25.11
%37.22
%37.67

CMYK Percentages of Color #aafcff

%33
%1
%0
%0

Triadic Colors of #aafcff

#aafcff #ffaafc #fcffaa

Analogous Colors of #aafcff

#aafcff #aad2ff #aaffd8

Monochromatic Colors of #aafcff

#aafcff

Complementary Color

#aafcff #ffadaa

#aafcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafcff Color CSS Codes

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

#aafcff Text Font Color

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

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


#aafcff Background Color

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

This div background color is #aafcff


#aafcff Border Color

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

This div border color is #aafcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafcff

Related Colors


Comments

No comments written yet.

Please login to write comment.