Color Hex Logo

#20adfd Color Hex

#20ADFD
(32,173,253)
0 Favorites   0 Comments

Color spaces of #20adfd

RGB 32173253
HSL0.560.980.56
HSV202°87°99°
CMYK 0.870.320.00   0.01
XYZ33.268937.286198.3720
Yxy37.28610.19690.2207
Hunter Lab61.0623-9.6061-52.7731
CIE-Lab67.4911-7.5019-49.3952

#20adfd color RGB value is (32,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101101 11111101
Octal 40 255 375
Decimal 32 173 253
Hex 20 AD FD

RGB Percentages of Color #20adfd

%6.99
%37.77
%55.24

CMYK Percentages of Color #20adfd

%87
%32
%0
%1

Triadic Colors of #20adfd

#20adfd #fd20ad #adfd20

Analogous Colors of #20adfd

#20adfd #203efd #20fddf

Monochromatic Colors of #20adfd

#20adfd

Complementary Color

#20adfd #fd7020

#20adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20adfd Color CSS Codes

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

#20adfd Text Font Color

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

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


#20adfd Background Color

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

This div background color is #20adfd


#20adfd Border Color

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

This div border color is #20adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20adfd


Comments

No comments written yet.

Please login to write comment.