Color Hex Logo

#20abbd Color Hex

#20ABBD
(32,171,189)
0 Favorites   0 Comments

Color spaces of #20abbd

RGB 32171189
HSL0.520.710.43
HSV187°83°74°
CMYK 0.830.100.00   0.26
XYZ24.343933.107053.2513
Yxy33.10700.21990.2991
Hunter Lab57.5387-25.1716-14.5950
CIE-Lab64.2475-28.3624-19.2171

#20abbd color RGB value is (32,171,189).

#20abbd hex color red value is 32, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #20abbd hue: 0.52 , saturation: 0.71 and the lightness value of 20abbd is 0.43.

The process color (four color CMYK) of #20abbd color hex is 0.83, 0.10, 0.00, 0.26. Web safe color of #20abbd is #3399cc. Color #20abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101011 10111101
Octal 40 253 275
Decimal 32 171 189
Hex 20 AB BD

RGB Percentages of Color #20abbd

%8.16
%43.62
%48.21

CMYK Percentages of Color #20abbd

%83
%10
%0
%26

Triadic Colors of #20abbd

#20abbd #bd20ab #abbd20

Analogous Colors of #20abbd

#20abbd #205cbd #20bd81

Monochromatic Colors of #20abbd

#20abbd

Complementary Color

#20abbd #bd3220

#20abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20abbd Color CSS Codes

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

#20abbd Text Font Color

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

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


#20abbd Background Color

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

This div background color is #20abbd


#20abbd Border Color

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

This div border color is #20abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20abbd


Comments

No comments written yet.

Please login to write comment.