Color Hex Logo

#20dceb Color Hex

#20DCEB
(32,220,235)
0 Favorites   0 Comments

Color spaces of #20dceb

RGB 32220235
HSL0.510.840.52
HSV184°86°92°
CMYK 0.860.060.00   0.08
XYZ41.184357.491687.5236
Yxy57.49160.22120.3088
Hunter Lab75.8232-35.7362-15.3629
CIE-Lab80.4553-37.3992-19.6572

#20dceb color RGB value is (32,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011100 11101011
Octal 40 334 353
Decimal 32 220 235
Hex 20 DC EB

RGB Percentages of Color #20dceb

%6.57
%45.17
%48.25

CMYK Percentages of Color #20dceb

%86
%6
%0
%8

Triadic Colors of #20dceb

#20dceb #eb20dc #dceb20

Analogous Colors of #20dceb

#20dceb #2077eb #20eb95

Monochromatic Colors of #20dceb

#20dceb

Complementary Color

#20dceb #eb2f20

#20dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dceb Color CSS Codes

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

#20dceb Text Font Color

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

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


#20dceb Background Color

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

This div background color is #20dceb


#20dceb Border Color

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

This div border color is #20dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dceb


Comments

No comments written yet.

Please login to write comment.