Color Hex Logo

#5dbd7b Color Hex

#5DBD7B
(93,189,123)
0 Favorites   0 Comments

Color spaces of #5dbd7b

RGB 93189123
HSL0.390.420.55
HSV139°51°74°
CMYK 0.510.000.35   0.26
XYZ26.286940.152425.1036
Yxy40.15240.28720.4386
Hunter Lab63.3659-36.840920.8673
CIE-Lab69.5779-43.106024.9110

#5dbd7b color RGB value is (93,189,123).

#5dbd7b hex color red value is 93, green value is 189 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #5dbd7b hue: 0.39 , saturation: 0.42 and the lightness value of 5dbd7b is 0.55.

The process color (four color CMYK) of #5dbd7b color hex is 0.51, 0.00, 0.35, 0.26. Web safe color of #5dbd7b is #66cc66. Color #5dbd7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111101 01111011
Octal 135 275 173
Decimal 93 189 123
Hex 5D BD 7B

RGB Percentages of Color #5dbd7b

%22.96
%46.67
%30.37

CMYK Percentages of Color #5dbd7b

%51
%0
%35
%26

Triadic Colors of #5dbd7b

#5dbd7b #7b5dbd #bd7b5d

Analogous Colors of #5dbd7b

#5dbd7b #5dbdab #6fbd5d

Monochromatic Colors of #5dbd7b

#5dbd7b

Complementary Color

#5dbd7b #bd5d9f

#5dbd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbd7b Color CSS Codes

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

#5dbd7b Text Font Color

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

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


#5dbd7b Background Color

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

This div background color is #5dbd7b


#5dbd7b Border Color

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

This div border color is #5dbd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbd7b


Comments

No comments written yet.

Please login to write comment.