Color Hex Logo

#5db864 Color Hex

#5DB864
(93,184,100)
0 Favorites   0 Comments

Color spaces of #5db864

RGB 93184100
HSL0.350.390.54
HSV125°49°72°
CMYK 0.490.000.46   0.28
XYZ23.954937.528218.0377
Yxy37.52820.30120.4719
Hunter Lab61.2603-37.405725.4246
CIE-Lab67.6714-44.821334.4186

#5db864 color RGB value is (93,184,100).

#5db864 hex color red value is 93, green value is 184 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #5db864 hue: 0.35 , saturation: 0.39 and the lightness value of 5db864 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111000 01100100
Octal 135 270 144
Decimal 93 184 100
Hex 5D B8 64

RGB Percentages of Color #5db864

%24.67
%48.81
%26.53

CMYK Percentages of Color #5db864

%49
%0
%46
%28

Triadic Colors of #5db864

#5db864 #645db8 #b8645d

Analogous Colors of #5db864

#5db864 #5db892 #84b85d

Monochromatic Colors of #5db864

#5db864

Complementary Color

#5db864 #b85db1

#5db864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db864 Color CSS Codes

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

#5db864 Text Font Color

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

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


#5db864 Background Color

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

This div background color is #5db864


#5db864 Border Color

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

This div border color is #5db864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db864


Comments

No comments written yet.

Please login to write comment.