Color Hex Logo

#20dfef Color Hex

#20DFEF
(32,223,239)
0 Favorites   0 Comments

Color spaces of #20dfef

RGB 32223239
HSL0.510.870.53
HSV185°87°94°
CMYK 0.870.070.00   0.06
XYZ42.563359.314490.8669
Yxy59.31440.22080.3077
Hunter Lab77.0158-36.1286-16.0420
CIE-Lab81.4641-37.5709-20.2562

#20dfef color RGB value is (32,223,239).

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

The process color (four color CMYK) of #20dfef color hex is 0.87, 0.07, 0.00, 0.06. Web safe color of #20dfef is #33ccff. Color #20dfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011111 11101111
Octal 40 337 357
Decimal 32 223 239
Hex 20 DF EF

RGB Percentages of Color #20dfef

%6.48
%45.14
%48.38

CMYK Percentages of Color #20dfef

%87
%7
%0
%6

Triadic Colors of #20dfef

#20dfef #ef20df #dfef20

Analogous Colors of #20dfef

#20dfef #2078ef #20ef98

Monochromatic Colors of #20dfef

#20dfef

Complementary Color

#20dfef #ef3020

#20dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dfef Color CSS Codes

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

#20dfef Text Font Color

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

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


#20dfef Background Color

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

This div background color is #20dfef


#20dfef Border Color

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

This div border color is #20dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dfef


Comments

No comments written yet.

Please login to write comment.