Color Hex Logo

#20d454 Color Hex

#20D454
(32,212,84)
0 Favorites   0 Comments

Color spaces of #20d454

RGB 3221284
HSL0.380.740.48
HSV137°85°83°
CMYK 0.850.000.60   0.17
XYZ25.739448.034116.3024
Yxy48.03410.28580.5333
Hunter Lab69.3066-54.994534.5684
CIE-Lab74.8464-68.092650.4311

#20d454 color RGB value is (32,212,84).

#20d454 hex color red value is 32, green value is 212 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #20d454 hue: 0.38 , saturation: 0.74 and the lightness value of 20d454 is 0.48.

The process color (four color CMYK) of #20d454 color hex is 0.85, 0.00, 0.60, 0.17. Web safe color of #20d454 is #33cc66. Color #20d454 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11010100 01010100
Octal 40 324 124
Decimal 32 212 84
Hex 20 D4 54

RGB Percentages of Color #20d454

%9.76
%64.63
%25.61

CMYK Percentages of Color #20d454

%85
%0
%60
%17

Triadic Colors of #20d454

#20d454 #5420d4 #d45420

Analogous Colors of #20d454

#20d454 #20d4ae #46d420

Monochromatic Colors of #20d454

#20d454

Complementary Color

#20d454 #d420a0

#20d454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20d454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20d454 Color CSS Codes

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

#20d454 Text Font Color

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

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


#20d454 Background Color

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

This div background color is #20d454


#20d454 Border Color

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

This div border color is #20d454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20d454


Comments

No comments written yet.

Please login to write comment.