Color Hex Logo

#20dfeb Color Hex

#20DFEB
(32,223,235)
0 Favorites   0 Comments

Color spaces of #20dfeb

RGB 32223235
HSL0.510.840.52
HSV184°86°92°
CMYK 0.860.050.00   0.08
XYZ41.978759.080687.7884
Yxy59.08060.22230.3128
Hunter Lab76.8639-37.0253-13.9120
CIE-Lab81.3359-38.7776-18.3264

#20dfeb color RGB value is (32,223,235).

#20dfeb hex color red value is 32, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #20dfeb hue: 0.51 , saturation: 0.84 and the lightness value of 20dfeb is 0.52.

The process color (four color CMYK) of #20dfeb color hex is 0.86, 0.05, 0.00, 0.08. Web safe color of #20dfeb is #33ccff. Color #20dfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011111 11101011
Octal 40 337 353
Decimal 32 223 235
Hex 20 DF EB

RGB Percentages of Color #20dfeb

%6.53
%45.51
%47.96

CMYK Percentages of Color #20dfeb

%86
%5
%0
%8

Triadic Colors of #20dfeb

#20dfeb #eb20df #dfeb20

Analogous Colors of #20dfeb

#20dfeb #207aeb #20eb92

Monochromatic Colors of #20dfeb

#20dfeb

Complementary Color

#20dfeb #eb2c20

#20dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dfeb Color CSS Codes

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

#20dfeb Text Font Color

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

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


#20dfeb Background Color

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

This div background color is #20dfeb


#20dfeb Border Color

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

This div border color is #20dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dfeb


Comments

No comments written yet.

Please login to write comment.