Color Hex Logo

#adf1fd Color Hex

#ADF1FD
(173,241,253)
0 Favorites   0 Comments

Color spaces of #adf1fd

RGB 173241253
HSL0.530.950.84
HSV189°32°99°
CMYK 0.320.050.00   0.01
XYZ66.418578.8867104.6545
Yxy78.88670.26570.3156
Hunter Lab88.8182-21.9490-7.6887
CIE-Lab91.1830-18.2983-12.5784

#adf1fd color RGB value is (173,241,253).

#adf1fd hex color red value is 173, green value is 241 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #adf1fd hue: 0.53 , saturation: 0.95 and the lightness value of adf1fd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 11111101
Octal 255 361 375
Decimal 173 241 253
Hex AD F1 FD

RGB Percentages of Color #adf1fd

%25.94
%36.13
%37.93

CMYK Percentages of Color #adf1fd

%32
%5
%0
%1

Triadic Colors of #adf1fd

#adf1fd #fdadf1 #f1fdad

Analogous Colors of #adf1fd

#adf1fd #adc9fd #adfde1

Monochromatic Colors of #adf1fd

#adf1fd

Complementary Color

#adf1fd #fdb9ad

#adf1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf1fd Color CSS Codes

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

#adf1fd Text Font Color

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

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


#adf1fd Background Color

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

This div background color is #adf1fd


#adf1fd Border Color

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

This div border color is #adf1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf1fd


Comments

No comments written yet.

Please login to write comment.