Color Hex Logo

#adf3fe Color Hex

#ADF3FE
(173,243,254)
0 Favorites   0 Comments

Color spaces of #adf3fe

RGB 173243254
HSL0.520.980.84
HSV188°32°100°
CMYK 0.320.040.00   0.00
XYZ67.173680.1412105.6943
Yxy80.14120.26550.3168
Hunter Lab89.5216-22.7233-7.3360
CIE-Lab91.7482-19.0593-12.2555

#adf3fe color RGB value is (173,243,254).

#adf3fe hex color red value is 173, green value is 243 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #adf3fe hue: 0.52 , saturation: 0.98 and the lightness value of adf3fe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110011 11111110
Octal 255 363 376
Decimal 173 243 254
Hex AD F3 FE

RGB Percentages of Color #adf3fe

%25.82
%36.27
%37.91

CMYK Percentages of Color #adf3fe

%32
%4
%0
%0

Triadic Colors of #adf3fe

#adf3fe #feadf3 #f3fead

Analogous Colors of #adf3fe

#adf3fe #adcbfe #adfee1

Monochromatic Colors of #adf3fe

#adf3fe

Complementary Color

#adf3fe #feb8ad

#adf3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf3fe Color CSS Codes

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

#adf3fe Text Font Color

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

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


#adf3fe Background Color

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

This div background color is #adf3fe


#adf3fe Border Color

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

This div border color is #adf3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.