Color Hex Logo

#20abdd Color Hex

#20ABDD
(32,171,221)
0 Favorites   0 Comments

Color spaces of #20abdd

RGB 32171221
HSL0.540.750.50
HSV196°86°87°
CMYK 0.860.230.00   0.13
XYZ28.209734.653473.6086
Yxy34.65340.20670.2539
Hunter Lab58.8671-17.4786-32.9304
CIE-Lab65.4779-17.6768-35.0514

#20abdd color RGB value is (32,171,221).

#20abdd hex color red value is 32, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #20abdd hue: 0.54 , saturation: 0.75 and the lightness value of 20abdd is 0.50.

The process color (four color CMYK) of #20abdd color hex is 0.86, 0.23, 0.00, 0.13. Web safe color of #20abdd is #3399cc. Color #20abdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101011 11011101
Octal 40 253 335
Decimal 32 171 221
Hex 20 AB DD

RGB Percentages of Color #20abdd

%7.55
%40.33
%52.12

CMYK Percentages of Color #20abdd

%86
%23
%0
%13

Triadic Colors of #20abdd

#20abdd #dd20ab #abdd20

Analogous Colors of #20abdd

#20abdd #204ddd #20ddb1

Monochromatic Colors of #20abdd

#20abdd

Complementary Color

#20abdd #dd5220

#20abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20abdd Color CSS Codes

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

#20abdd Text Font Color

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

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


#20abdd Background Color

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

This div background color is #20abdd


#20abdd Border Color

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

This div border color is #20abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20abdd


Comments

No comments written yet.

Please login to write comment.