Color Hex Logo

#20adff Color Hex

#20ADFF
(32,173,255)
0 Favorites   0 Comments

Color spaces of #20adff

RGB 32173255
HSL0.561.000.56
HSV202°87°100°
CMYK 0.870.320.00   0.00
XYZ33.589237.4142100.0591
Yxy37.41420.19640.2187
Hunter Lab61.1671-9.0214-54.1714
CIE-Lab67.5866-6.7864-50.3295

#20adff color RGB value is (32,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101101 11111111
Octal 40 255 377
Decimal 32 173 255
Hex 20 AD FF

RGB Percentages of Color #20adff

%6.96
%37.61
%55.43

CMYK Percentages of Color #20adff

%87
%32
%0
%0

Triadic Colors of #20adff

#20adff #ff20ad #adff20

Analogous Colors of #20adff

#20adff #203eff #20ffe2

Monochromatic Colors of #20adff

#20adff

Complementary Color

#20adff #ff7220

#20adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#20adff Color CSS Codes

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

#20adff Text Font Color

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

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


#20adff Background Color

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

This div background color is #20adff


#20adff Border Color

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

This div border color is #20adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20adff


Comments

No comments written yet.

Please login to write comment.