Color Hex Logo

#20fcae Color Hex

#20FCAE
(32,252,174)
0 Favorites   0 Comments

Color spaces of #20fcae

RGB 32252174
HSL0.440.970.56
HSV159°87°99°
CMYK 0.870.000.31   0.01
XYZ43.046072.983951.8629
Yxy72.98390.25640.4347
Hunter Lab85.4306-59.562623.8079
CIE-Lab88.4400-66.198923.8758

#20fcae color RGB value is (32,252,174).

#20fcae hex color red value is 32, green value is 252 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #20fcae hue: 0.44 , saturation: 0.97 and the lightness value of 20fcae is 0.56.

The process color (four color CMYK) of #20fcae color hex is 0.87, 0.00, 0.31, 0.01. Web safe color of #20fcae is #33ff99. Color #20fcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11111100 10101110
Octal 40 374 256
Decimal 32 252 174
Hex 20 FC AE

RGB Percentages of Color #20fcae

%6.99
%55.02
%37.99

CMYK Percentages of Color #20fcae

%87
%0
%31
%1

Triadic Colors of #20fcae

#20fcae #ae20fc #fcae20

Analogous Colors of #20fcae

#20fcae #20dcfc #20fc40

Monochromatic Colors of #20fcae

#20fcae

Complementary Color

#20fcae #fc206e

#20fcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20fcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#20fcae Color CSS Codes

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

#20fcae Text Font Color

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

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


#20fcae Background Color

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

This div background color is #20fcae


#20fcae Border Color

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

This div border color is #20fcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20fcae


Comments

No comments written yet.

Please login to write comment.