Color Hex Logo

#20adfa Color Hex

#20ADFA
(32,173,250)
0 Favorites   0 Comments

Color spaces of #20adfa

RGB 32173250
HSL0.560.960.55
HSV201°87°98°
CMYK 0.870.310.00   0.02
XYZ32.794637.096395.8743
Yxy37.09630.19780.2238
Hunter Lab60.9067-10.4753-50.6947
CIE-Lab67.3492-8.5728-47.9894

#20adfa color RGB value is (32,173,250).

#20adfa hex color red value is 32, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #20adfa hue: 0.56 , saturation: 0.96 and the lightness value of 20adfa is 0.55.

The process color (four color CMYK) of #20adfa color hex is 0.87, 0.31, 0.00, 0.02. Web safe color of #20adfa is #3399ff. Color #20adfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101101 11111010
Octal 40 255 372
Decimal 32 173 250
Hex 20 AD FA

RGB Percentages of Color #20adfa

%7.03
%38.02
%54.95

CMYK Percentages of Color #20adfa

%87
%31
%0
%2

Triadic Colors of #20adfa

#20adfa #fa20ad #adfa20

Analogous Colors of #20adfa

#20adfa #2040fa #20fada

Monochromatic Colors of #20adfa

#20adfa

Complementary Color

#20adfa #fa6d20

#20adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#20adfa Color CSS Codes

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

#20adfa Text Font Color

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

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


#20adfa Background Color

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

This div background color is #20adfa


#20adfa Border Color

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

This div border color is #20adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20adfa


Comments

No comments written yet.

Please login to write comment.