Color Hex Logo

#2dd754 Color Hex

#2DD754
(45,215,84)
0 Favorites   0 Comments

Color spaces of #2dd754

RGB 4521584
HSL0.370.680.51
HSV134°79°84°
CMYK 0.790.000.61   0.16
XYZ26.982949.798916.5775
Yxy49.79890.28900.5334
Hunter Lab70.5683-55.242335.4698
CIE-Lab75.9457-67.703051.7323

#2dd754 color RGB value is (45,215,84).

#2dd754 hex color red value is 45, green value is 215 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #2dd754 hue: 0.37 , saturation: 0.68 and the lightness value of 2dd754 is 0.51.

The process color (four color CMYK) of #2dd754 color hex is 0.79, 0.00, 0.61, 0.16. Web safe color of #2dd754 is #33cc66. Color #2dd754 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11010111 01010100
Octal 55 327 124
Decimal 45 215 84
Hex 2D D7 54

RGB Percentages of Color #2dd754

%13.08
%62.50
%24.42

CMYK Percentages of Color #2dd754

%79
%0
%61
%16

Triadic Colors of #2dd754

#2dd754 #542dd7 #d7542d

Analogous Colors of #2dd754

#2dd754 #2dd7a9 #5bd72d

Monochromatic Colors of #2dd754

#2dd754

Complementary Color

#2dd754 #d72db0

#2dd754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dd754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dd754 Color CSS Codes

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

#2dd754 Text Font Color

<p style="color:#2dd754">Text here</p>

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


#2dd754 Background Color

<div style="background-color:#2dd754">
Div content here</div>

This div background color is #2dd754


#2dd754 Border Color

<div style="border:3px solid #2dd754">
Div here</div>

This div border color is #2dd754


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,215,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2dd754; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2dd754;
  -webkit-box-shadow: 1px 1px 3px 2px #2dd754;
  box-shadow:         1px 1px 3px 2px #2dd754; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,215,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 #2dd754">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dd754


Comments

No comments written yet.

Please login to write comment.