Color Hex Logo

#20abb1 Color Hex

#20ABB1
(32,171,177)
0 Favorites   0 Comments

Color spaces of #20abb1

RGB 32171177
HSL0.510.690.41
HSV182°82°69°
CMYK 0.820.030.00   0.31
XYZ23.094432.607246.6716
Yxy32.60720.22560.3185
Hunter Lab57.1027-27.7379-8.4874
CIE-Lab63.8416-32.1413-13.1396

#20abb1 color RGB value is (32,171,177).

#20abb1 hex color red value is 32, green value is 171 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #20abb1 hue: 0.51 , saturation: 0.69 and the lightness value of 20abb1 is 0.41.

The process color (four color CMYK) of #20abb1 color hex is 0.82, 0.03, 0.00, 0.31. Web safe color of #20abb1 is #339999. Color #20abb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101011 10110001
Octal 40 253 261
Decimal 32 171 177
Hex 20 AB B1

RGB Percentages of Color #20abb1

%8.42
%45.00
%46.58

CMYK Percentages of Color #20abb1

%82
%3
%0
%31

Triadic Colors of #20abb1

#20abb1 #b120ab #abb120

Analogous Colors of #20abb1

#20abb1 #2062b1 #20b16f

Monochromatic Colors of #20abb1

#20abb1

Complementary Color

#20abb1 #b12620

#20abb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20abb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20abb1 Color CSS Codes

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

#20abb1 Text Font Color

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

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


#20abb1 Background Color

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

This div background color is #20abb1


#20abb1 Border Color

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

This div border color is #20abb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20abb1


Comments

No comments written yet.

Please login to write comment.