Color Hex Logo

#5db65e Color Hex

#5DB65E
(93,182,94)
0 Favorites   0 Comments

Color spaces of #5db65e

RGB 9318294
HSL0.340.380.54
HSV121°49°71°
CMYK 0.490.000.48   0.29
XYZ23.262536.591216.4264
Yxy36.59120.30500.4797
Hunter Lab60.4907-37.214126.2431
CIE-Lab66.9692-44.867236.5811

#5db65e color RGB value is (93,182,94).

#5db65e hex color red value is 93, green value is 182 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #5db65e hue: 0.34 , saturation: 0.38 and the lightness value of 5db65e is 0.54.

The process color (four color CMYK) of #5db65e color hex is 0.49, 0.00, 0.48, 0.29. Web safe color of #5db65e is #66cc66. Color #5db65e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110110 01011110
Octal 135 266 136
Decimal 93 182 94
Hex 5D B6 5E

RGB Percentages of Color #5db65e

%25.20
%49.32
%25.47

CMYK Percentages of Color #5db65e

%49
%0
%48
%29

Triadic Colors of #5db65e

#5db65e #5e5db6 #b65e5d

Analogous Colors of #5db65e

#5db65e #5db68b #89b65d

Monochromatic Colors of #5db65e

#5db65e

Complementary Color

#5db65e #b65db5

#5db65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db65e Color CSS Codes

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

#5db65e Text Font Color

<p style="color:#5db65e">Text here</p>

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


#5db65e Background Color

<div style="background-color:#5db65e">
Div content here</div>

This div background color is #5db65e


#5db65e Border Color

<div style="border:3px solid #5db65e">
Div here</div>

This div border color is #5db65e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,182,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5db65e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5db65e;
  -webkit-box-shadow: 1px 1px 3px 2px #5db65e;
  box-shadow:         1px 1px 3px 2px #5db65e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db65e


Comments

No comments written yet.

Please login to write comment.