Color Hex Logo

#adfafa Color Hex

#ADFAFA
(173,250,250)
0 Favorites   0 Comments

Color spaces of #adfafa

RGB 173250250
HSL0.500.890.83
HSV180°31°98°
CMYK 0.310.000.00   0.02
XYZ68.674584.1576103.0670
Yxy84.15760.26840.3289
Hunter Lab91.7375-26.9157-2.3961
CIE-Lab93.5189-23.3991-7.5479

#adfafa color RGB value is (173,250,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11111010
Octal 255 372 372
Decimal 173 250 250
Hex AD FA FA

RGB Percentages of Color #adfafa

%25.71
%37.15
%37.15

CMYK Percentages of Color #adfafa

%31
%0
%0
%2

Triadic Colors of #adfafa

#adfafa #faadfa #fafaad

Analogous Colors of #adfafa

#adfafa #add4fa #adfad4

Monochromatic Colors of #adfafa

#adfafa

Complementary Color

#adfafa #faadad

#adfafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfafa Color CSS Codes

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

#adfafa Text Font Color

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

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


#adfafa Background Color

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

This div background color is #adfafa


#adfafa Border Color

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

This div border color is #adfafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,250,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 #adfafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfafa

Related Colors


Comments

No comments written yet.

Please login to write comment.