Color Hex Logo

#aff5fc Color Hex

#AFF5FC
(175,245,252)
0 Favorites   0 Comments

Color spaces of #aff5fc

RGB 175245252
HSL0.520.930.84
HSV185°31°99°
CMYK 0.310.030.00   0.01
XYZ67.902381.4471104.2375
Yxy81.44710.26780.3212
Hunter Lab90.2480-23.6313-5.3070
CIE-Lab92.3303-19.9637-10.3379

#aff5fc color RGB value is (175,245,252).

#aff5fc hex color red value is 175, green value is 245 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aff5fc hue: 0.52 , saturation: 0.93 and the lightness value of aff5fc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 11111100
Octal 257 365 374
Decimal 175 245 252
Hex AF F5 FC

RGB Percentages of Color #aff5fc

%26.04
%36.46
%37.50

CMYK Percentages of Color #aff5fc

%31
%3
%0
%1

Triadic Colors of #aff5fc

#aff5fc #fcaff5 #f5fcaf

Analogous Colors of #aff5fc

#aff5fc #afcffc #affcdd

Monochromatic Colors of #aff5fc

#aff5fc

Complementary Color

#aff5fc #fcb6af

#aff5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff5fc Color CSS Codes

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

#aff5fc Text Font Color

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

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


#aff5fc Background Color

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

This div background color is #aff5fc


#aff5fc Border Color

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

This div border color is #aff5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff5fc

Related Colors


Comments

No comments written yet.

Please login to write comment.