Color Hex Logo

#20a675 Color Hex

#20A675
(32,166,117)
0 Favorites   0 Comments

Color spaces of #20a675

RGB 32166117
HSL0.440.680.39
HSV158°81°65°
CMYK 0.810.000.30   0.35
XYZ17.442828.863921.4816
Yxy28.86390.25730.4258
Hunter Lab53.7251-36.065913.9009
CIE-Lab60.6613-46.298815.7445

#20a675 color RGB value is (32,166,117).

#20a675 hex color red value is 32, green value is 166 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #20a675 hue: 0.44 , saturation: 0.68 and the lightness value of 20a675 is 0.39.

The process color (four color CMYK) of #20a675 color hex is 0.81, 0.00, 0.30, 0.35. Web safe color of #20a675 is #339966. Color #20a675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10100110 01110101
Octal 40 246 165
Decimal 32 166 117
Hex 20 A6 75

RGB Percentages of Color #20a675

%10.16
%52.70
%37.14

CMYK Percentages of Color #20a675

%81
%0
%30
%35

Triadic Colors of #20a675

#20a675 #7520a6 #a67520

Analogous Colors of #20a675

#20a675 #2094a6 #20a632

Monochromatic Colors of #20a675

#20a675

Complementary Color

#20a675 #a62051

#20a675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20a675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20a675 Color CSS Codes

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

#20a675 Text Font Color

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

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


#20a675 Background Color

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

This div background color is #20a675


#20a675 Border Color

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

This div border color is #20a675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20a675


Comments

No comments written yet.

Please login to write comment.