Color Hex Logo

#5dbfba Color Hex

#5DBFBA
(93,191,186)
0 Favorites   0 Comments

Color spaces of #5dbfba

RGB 93191186
HSL0.490.430.56
HSV177°51°75°
CMYK 0.510.000.03   0.25
XYZ32.007943.133953.0931
Yxy43.13390.24960.3364
Hunter Lab65.6764-27.9404-1.9568
CIE-Lab71.6458-29.9194-6.3052

#5dbfba color RGB value is (93,191,186).

#5dbfba hex color red value is 93, green value is 191 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5dbfba hue: 0.49 , saturation: 0.43 and the lightness value of 5dbfba is 0.56.

The process color (four color CMYK) of #5dbfba color hex is 0.51, 0.00, 0.03, 0.25. Web safe color of #5dbfba is #66cccc. Color #5dbfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111111 10111010
Octal 135 277 272
Decimal 93 191 186
Hex 5D BF BA

RGB Percentages of Color #5dbfba

%19.79
%40.64
%39.57

CMYK Percentages of Color #5dbfba

%51
%0
%3
%25

Triadic Colors of #5dbfba

#5dbfba #ba5dbf #bfba5d

Analogous Colors of #5dbfba

#5dbfba #5d93bf #5dbf89

Monochromatic Colors of #5dbfba

#5dbfba

Complementary Color

#5dbfba #bf5d62

#5dbfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbfba Color CSS Codes

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

#5dbfba Text Font Color

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

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


#5dbfba Background Color

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

This div background color is #5dbfba


#5dbfba Border Color

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

This div border color is #5dbfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbfba


Comments

No comments written yet.

Please login to write comment.