Color Hex Logo

#2db93f Color Hex

#2DB93F
(45,185,63)
0 Favorites   0 Comments

Color spaces of #2db93f

RGB 4518563
HSL0.350.610.45
HSV128°76°73°
CMYK 0.760.000.66   0.27
XYZ19.328435.614710.5582
Yxy35.61470.29510.5437
Hunter Lab59.6781-46.624431.2851
CIE-Lab66.2245-60.387549.8823

#2db93f color RGB value is (45,185,63).

#2db93f hex color red value is 45, green value is 185 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2db93f hue: 0.35 , saturation: 0.61 and the lightness value of 2db93f is 0.45.

The process color (four color CMYK) of #2db93f color hex is 0.76, 0.00, 0.66, 0.27. Web safe color of #2db93f is #33cc33. Color #2db93f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10111001 00111111
Octal 55 271 77
Decimal 45 185 63
Hex 2D B9 3F

RGB Percentages of Color #2db93f

%15.36
%63.14
%21.50

CMYK Percentages of Color #2db93f

%76
%0
%66
%27

Triadic Colors of #2db93f

#2db93f #3f2db9 #b93f2d

Analogous Colors of #2db93f

#2db93f #2db985 #61b92d

Monochromatic Colors of #2db93f

#2db93f

Complementary Color

#2db93f #b92da7

#2db93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db93f Color CSS Codes

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

#2db93f Text Font Color

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

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


#2db93f Background Color

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

This div background color is #2db93f


#2db93f Border Color

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

This div border color is #2db93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db93f


Comments

No comments written yet.

Please login to write comment.