Color Hex Logo

#adf5fa Color Hex

#ADF5FA
(173,245,250)
0 Favorites   0 Comments

Color spaces of #adf5fa

RGB 173245250
HSL0.510.890.83
HSV184°31°98°
CMYK 0.310.020.00   0.02
XYZ67.141381.0912102.5559
Yxy81.09120.26770.3233
Hunter Lab90.0507-24.5000-4.4881
CIE-Lab92.1723-20.9586-9.5446

#adf5fa color RGB value is (173,245,250).

#adf5fa hex color red value is 173, green value is 245 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #adf5fa hue: 0.51 , saturation: 0.89 and the lightness value of adf5fa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110101 11111010
Octal 255 365 372
Decimal 173 245 250
Hex AD F5 FA

RGB Percentages of Color #adf5fa

%25.90
%36.68
%37.43

CMYK Percentages of Color #adf5fa

%31
%2
%0
%2

Triadic Colors of #adf5fa

#adf5fa #faadf5 #f5faad

Analogous Colors of #adf5fa

#adf5fa #adcffa #adfad9

Monochromatic Colors of #adf5fa

#adf5fa

Complementary Color

#adf5fa #fab2ad

#adf5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf5fa Color CSS Codes

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

#adf5fa Text Font Color

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

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


#adf5fa Background Color

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

This div background color is #adf5fa


#adf5fa Border Color

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

This div border color is #adf5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf5fa

#adf5fa Color Palettes


Comments

No comments written yet.

Please login to write comment.