Color Hex Logo

#20acae Color Hex

#20ACAE
(32,172,174)
0 Favorites   0 Comments

Color spaces of #20acae

RGB 32172174
HSL0.500.690.40
HSV181°82°68°
CMYK 0.820.010.00   0.32
XYZ22.988232.868145.1770
Yxy32.86810.22750.3253
Hunter Lab57.3307-28.7546-6.5894
CIE-Lab64.0540-33.5357-11.1462

#20acae color RGB value is (32,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101100 10101110
Octal 40 254 256
Decimal 32 172 174
Hex 20 AC AE

RGB Percentages of Color #20acae

%8.47
%45.50
%46.03

CMYK Percentages of Color #20acae

%82
%1
%0
%32

Triadic Colors of #20acae

#20acae #ae20ac #acae20

Analogous Colors of #20acae

#20acae #2065ae #20ae69

Monochromatic Colors of #20acae

#20acae

Complementary Color

#20acae #ae2220

#20acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#20acae Color CSS Codes

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

#20acae Text Font Color

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

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


#20acae Background Color

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

This div background color is #20acae


#20acae Border Color

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

This div border color is #20acae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,172,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 #20acae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20acae


Comments

No comments written yet.

Please login to write comment.