Color Hex Logo

#20aabc Color Hex

#20AABC
(32,170,188)
0 Favorites   0 Comments

Color spaces of #20aabc

RGB 32170188
HSL0.520.710.43
HSV187°83°74°
CMYK 0.830.100.00   0.26
XYZ24.047532.687452.6188
Yxy32.68740.21990.2989
Hunter Lab57.1729-24.9737-14.5462
CIE-Lab63.9070-28.1888-19.1777

#20aabc color RGB value is (32,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101010 10111100
Octal 40 252 274
Decimal 32 170 188
Hex 20 AA BC

RGB Percentages of Color #20aabc

%8.21
%43.59
%48.21

CMYK Percentages of Color #20aabc

%83
%10
%0
%26

Triadic Colors of #20aabc

#20aabc #bc20aa #aabc20

Analogous Colors of #20aabc

#20aabc #205cbc #20bc80

Monochromatic Colors of #20aabc

#20aabc

Complementary Color

#20aabc #bc3220

#20aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#20aabc Color CSS Codes

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

#20aabc Text Font Color

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

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


#20aabc Background Color

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

This div background color is #20aabc


#20aabc Border Color

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

This div border color is #20aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20aabc


Comments

No comments written yet.

Please login to write comment.