Color Hex Logo

#20c1ed Color Hex

#20C1ED
(32,193,237)
0 Favorites   0 Comments

Color spaces of #20c1ed

RGB 32193237
HSL0.540.850.53
HSV193°86°93°
CMYK 0.860.190.00   0.07
XYZ34.951744.561486.8798
Yxy44.56140.21010.2678
Hunter Lab66.7543-23.3598-30.4371
CIE-Lab72.6022-23.6885-32.7401

#20c1ed color RGB value is (32,193,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11000001 11101101
Octal 40 301 355
Decimal 32 193 237
Hex 20 C1 ED

RGB Percentages of Color #20c1ed

%6.93
%41.77
%51.30

CMYK Percentages of Color #20c1ed

%86
%19
%0
%7

Triadic Colors of #20c1ed

#20c1ed #ed20c1 #c1ed20

Analogous Colors of #20c1ed

#20c1ed #205aed #20edb3

Monochromatic Colors of #20c1ed

#20c1ed

Complementary Color

#20c1ed #ed4c20

#20c1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20c1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#20c1ed Color CSS Codes

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

#20c1ed Text Font Color

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

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


#20c1ed Background Color

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

This div background color is #20c1ed


#20c1ed Border Color

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

This div border color is #20c1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20c1ed


Comments

No comments written yet.

Please login to write comment.