Color Hex Logo

#20ee74 Color Hex

#20EE74
(32,238,116)
0 Favorites   0 Comments

Color spaces of #20ee74

RGB 32238116
HSL0.400.860.53
HSV144°87°93°
CMYK 0.870.000.51   0.07
XYZ34.322662.717126.8196
Yxy62.71710.27710.5064
Hunter Lab79.1941-61.228135.3570
CIE-Lab83.2933-71.933345.8252

#20ee74 color RGB value is (32,238,116).

#20ee74 hex color red value is 32, green value is 238 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #20ee74 hue: 0.40 , saturation: 0.86 and the lightness value of 20ee74 is 0.53.

The process color (four color CMYK) of #20ee74 color hex is 0.87, 0.00, 0.51, 0.07. Web safe color of #20ee74 is #33ff66. Color #20ee74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101110 01110100
Octal 40 356 164
Decimal 32 238 116
Hex 20 EE 74

RGB Percentages of Color #20ee74

%8.29
%61.66
%30.05

CMYK Percentages of Color #20ee74

%87
%0
%51
%7

Triadic Colors of #20ee74

#20ee74 #7420ee #ee7420

Analogous Colors of #20ee74

#20ee74 #20eedb #33ee20

Monochromatic Colors of #20ee74

#20ee74

Complementary Color

#20ee74 #ee209a

#20ee74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ee74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ee74 Color CSS Codes

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

#20ee74 Text Font Color

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

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


#20ee74 Background Color

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

This div background color is #20ee74


#20ee74 Border Color

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

This div border color is #20ee74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ee74


Comments

No comments written yet.

Please login to write comment.