Color Hex Logo

#adfaf6 Color Hex

#ADFAF6
(173,250,246)
0 Favorites   0 Comments

Color spaces of #adfaf6

RGB 173250246
HSL0.490.890.83
HSV177°31°98°
CMYK 0.310.000.02   0.02
XYZ68.053783.909399.7981
Yxy83.90930.27030.3333
Hunter Lab91.6020-27.6909-0.4736
CIE-Lab93.4111-24.2904-5.6354

#adfaf6 color RGB value is (173,250,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11110110
Octal 255 372 366
Decimal 173 250 246
Hex AD FA F6

RGB Percentages of Color #adfaf6

%25.86
%37.37
%36.77

CMYK Percentages of Color #adfaf6

%31
%0
%2
%2

Triadic Colors of #adfaf6

#adfaf6 #f6adfa #faf6ad

Analogous Colors of #adfaf6

#adfaf6 #add8fa #adfad0

Monochromatic Colors of #adfaf6

#adfaf6

Complementary Color

#adfaf6 #faadb1

#adfaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfaf6 Color CSS Codes

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

#adfaf6 Text Font Color

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

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


#adfaf6 Background Color

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

This div background color is #adfaf6


#adfaf6 Border Color

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

This div border color is #adfaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfaf6

Related Colors


Comments

No comments written yet.

Please login to write comment.