Color Hex Logo

#adfafb Color Hex

#ADFAFB
(173,250,251)
0 Favorites   0 Comments

Color spaces of #adfafb

RGB 173250251
HSL0.500.910.83
HSV181°31°98°
CMYK 0.310.000.00   0.02
XYZ68.831884.2205103.8951
Yxy84.22050.26790.3278
Hunter Lab91.7717-26.7197-2.8822
CIE-Lab93.5462-23.1744-8.0254

#adfafb color RGB value is (173,250,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11111011
Octal 255 372 373
Decimal 173 250 251
Hex AD FA FB

RGB Percentages of Color #adfafb

%25.67
%37.09
%37.24

CMYK Percentages of Color #adfafb

%31
%0
%0
%2

Triadic Colors of #adfafb

#adfafb #fbadfa #fafbad

Analogous Colors of #adfafb

#adfafb #add3fb #adfbd5

Monochromatic Colors of #adfafb

#adfafb

Complementary Color

#adfafb #fbaead

#adfafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfafb Color CSS Codes

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

#adfafb Text Font Color

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

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


#adfafb Background Color

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

This div background color is #adfafb


#adfafb Border Color

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

This div border color is #adfafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfafb


Comments

No comments written yet.

Please login to write comment.