Color Hex Logo

#2dd565 Color Hex

#2DD565
(45,213,101)
0 Favorites   0 Comments

Color spaces of #2dd565

RGB 45213101
HSL0.390.670.51
HSV140°79°84°
CMYK 0.790.000.53   0.16
XYZ27.225449.086020.3515
Yxy49.08600.28170.5078
Hunter Lab70.0614-53.243531.8204
CIE-Lab75.5048-64.821243.4153

#2dd565 color RGB value is (45,213,101).

#2dd565 hex color red value is 45, green value is 213 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #2dd565 hue: 0.39 , saturation: 0.67 and the lightness value of 2dd565 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 11010101 01100101
Octal 55 325 145
Decimal 45 213 101
Hex 2D D5 65

RGB Percentages of Color #2dd565

%12.53
%59.33
%28.13

CMYK Percentages of Color #2dd565

%79
%0
%53
%16

Triadic Colors of #2dd565

#2dd565 #652dd5 #d5652d

Analogous Colors of #2dd565

#2dd565 #2dd5b9 #49d52d

Monochromatic Colors of #2dd565

#2dd565

Complementary Color

#2dd565 #d52d9d

#2dd565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dd565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dd565 Color CSS Codes

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

#2dd565 Text Font Color

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

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


#2dd565 Background Color

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

This div background color is #2dd565


#2dd565 Border Color

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

This div border color is #2dd565


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,213,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dd565


Comments

No comments written yet.

Please login to write comment.