Color Hex Logo

#20dfed Color Hex

#20DFED
(32,223,237)
0 Favorites   0 Comments

Color spaces of #20dfed

RGB 32223237
HSL0.510.850.53
HSV184°86°93°
CMYK 0.860.060.00   0.07
XYZ42.269459.196989.3191
Yxy59.19690.22160.3103
Hunter Lab76.9395-36.5790-14.9721
CIE-Lab81.3997-38.1758-19.2920

#20dfed color RGB value is (32,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011111 11101101
Octal 40 337 355
Decimal 32 223 237
Hex 20 DF ED

RGB Percentages of Color #20dfed

%6.50
%45.33
%48.17

CMYK Percentages of Color #20dfed

%86
%6
%0
%7

Triadic Colors of #20dfed

#20dfed #ed20df #dfed20

Analogous Colors of #20dfed

#20dfed #2079ed #20ed95

Monochromatic Colors of #20dfed

#20dfed

Complementary Color

#20dfed #ed2e20

#20dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dfed Color CSS Codes

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

#20dfed Text Font Color

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

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


#20dfed Background Color

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

This div background color is #20dfed


#20dfed Border Color

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

This div border color is #20dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dfed


Comments

No comments written yet.

Please login to write comment.