Color Hex Logo

#20abae Color Hex

#20ABAE
(32,171,174)
0 Favorites   0 Comments

Color spaces of #20abae

RGB 32171174
HSL0.500.690.40
HSV181°82°68°
CMYK 0.820.020.00   0.32
XYZ22.798632.488945.1138
Yxy32.48890.22710.3236
Hunter Lab56.9990-28.3515-7.0277
CIE-Lab63.7449-33.0624-11.6095

#20abae color RGB value is (32,171,174).

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

The process color (four color CMYK) of #20abae color hex is 0.82, 0.02, 0.00, 0.32. Web safe color of #20abae is #339999. Color #20abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101011 10101110
Octal 40 253 256
Decimal 32 171 174
Hex 20 AB AE

RGB Percentages of Color #20abae

%8.49
%45.36
%46.15

CMYK Percentages of Color #20abae

%82
%2
%0
%32

Triadic Colors of #20abae

#20abae #ae20ab #abae20

Analogous Colors of #20abae

#20abae #2064ae #20ae6a

Monochromatic Colors of #20abae

#20abae

Complementary Color

#20abae #ae2320

#20abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#20abae Color CSS Codes

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

#20abae Text Font Color

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

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


#20abae Background Color

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

This div background color is #20abae


#20abae Border Color

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

This div border color is #20abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20abae


Comments

No comments written yet.

Please login to write comment.