Color Hex Logo

#5db09d Color Hex

#5DB09D
(93,176,157)
0 Favorites   0 Comments

Color spaces of #5db09d

RGB 93176157
HSL0.460.340.53
HSV166°47°69°
CMYK 0.470.000.11   0.31
XYZ26.125335.812137.4338
Yxy35.81210.26290.3604
Hunter Lab59.8432-26.79924.8025
CIE-Lab66.3761-29.97391.9192

#5db09d color RGB value is (93,176,157).

#5db09d hex color red value is 93, green value is 176 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5db09d hue: 0.46 , saturation: 0.34 and the lightness value of 5db09d is 0.53.

The process color (four color CMYK) of #5db09d color hex is 0.47, 0.00, 0.11, 0.31. Web safe color of #5db09d is #669999. Color #5db09d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110000 10011101
Octal 135 260 235
Decimal 93 176 157
Hex 5D B0 9D

RGB Percentages of Color #5db09d

%21.83
%41.31
%36.85

CMYK Percentages of Color #5db09d

%47
%0
%11
%31

Triadic Colors of #5db09d

#5db09d #9d5db0 #b09d5d

Analogous Colors of #5db09d

#5db09d #5d9ab0 #5db074

Monochromatic Colors of #5db09d

#5db09d

Complementary Color

#5db09d #b05d70

#5db09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db09d Color CSS Codes

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

#5db09d Text Font Color

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

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


#5db09d Background Color

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

This div background color is #5db09d


#5db09d Border Color

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

This div border color is #5db09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db09d


Comments

No comments written yet.

Please login to write comment.