Color Hex Logo

#20adef Color Hex

#20ADEF
(32,173,239)
0 Favorites   0 Comments

Color spaces of #20adef

RGB 32173239
HSL0.550.870.53
HSV199°87°94°
CMYK 0.870.280.00   0.06
XYZ31.119236.426287.0522
Yxy36.42620.20130.2356
Hunter Lab60.3541-13.5833-43.2695
CIE-Lab66.8443-12.4731-42.7900

#20adef color RGB value is (32,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101101 11101111
Octal 40 255 357
Decimal 32 173 239
Hex 20 AD EF

RGB Percentages of Color #20adef

%7.21
%38.96
%53.83

CMYK Percentages of Color #20adef

%87
%28
%0
%6

Triadic Colors of #20adef

#20adef #ef20ad #adef20

Analogous Colors of #20adef

#20adef #2045ef #20efca

Monochromatic Colors of #20adef

#20adef

Complementary Color

#20adef #ef6220

#20adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#20adef Color CSS Codes

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

#20adef Text Font Color

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

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


#20adef Background Color

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

This div background color is #20adef


#20adef Border Color

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

This div border color is #20adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20adef


Comments

No comments written yet.

Please login to write comment.