Color Hex Logo

#2de85d Color Hex

#2DE85D
(45,232,93)
0 Favorites   0 Comments

Color spaces of #2de85d

RGB 4523293
HSL0.380.800.54
HSV135°81°91°
CMYK 0.810.000.60   0.09
XYZ31.914659.061420.0739
Yxy59.06140.28740.5318
Hunter Lab76.8514-60.363138.3092
CIE-Lab81.3253-71.980053.9730

#2de85d color RGB value is (45,232,93).

#2de85d hex color red value is 45, green value is 232 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #2de85d hue: 0.38 , saturation: 0.80 and the lightness value of 2de85d is 0.54.

The process color (four color CMYK) of #2de85d color hex is 0.81, 0.00, 0.60, 0.09. Web safe color of #2de85d is #33ff66. Color #2de85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11101000 01011101
Octal 55 350 135
Decimal 45 232 93
Hex 2D E8 5D

RGB Percentages of Color #2de85d

%12.16
%62.70
%25.14

CMYK Percentages of Color #2de85d

%81
%0
%60
%9

Triadic Colors of #2de85d

#2de85d #5d2de8 #e85d2d

Analogous Colors of #2de85d

#2de85d #2de8bb #5be82d

Monochromatic Colors of #2de85d

#2de85d

Complementary Color

#2de85d #e82db8

#2de85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2de85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2de85d Color CSS Codes

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

#2de85d Text Font Color

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

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


#2de85d Background Color

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

This div background color is #2de85d


#2de85d Border Color

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

This div border color is #2de85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2de85d


Comments

No comments written yet.

Please login to write comment.