Color Hex Logo

#5bd0df Color Hex

#5BD0DF
(91,208,223)
0 Favorites   0 Comments

Color spaces of #5bd0df

RGB 91208223
HSL0.520.670.62
HSV187°59°87°
CMYK 0.590.070.00   0.13
XYZ40.189552.663677.8589
Yxy52.66360.23540.3085
Hunter Lab72.5697-28.1427-12.8125
CIE-Lab77.6760-28.4905-17.3358

#5bd0df color RGB value is (91,208,223).

#5bd0df hex color red value is 91, green value is 208 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5bd0df hue: 0.52 , saturation: 0.67 and the lightness value of 5bd0df is 0.62.

The process color (four color CMYK) of #5bd0df color hex is 0.59, 0.07, 0.00, 0.13. Web safe color of #5bd0df is #66cccc. Color #5bd0df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11010000 11011111
Octal 133 320 337
Decimal 91 208 223
Hex 5B D0 DF

RGB Percentages of Color #5bd0df

%17.43
%39.85
%42.72

CMYK Percentages of Color #5bd0df

%59
%7
%0
%13

Triadic Colors of #5bd0df

#5bd0df #df5bd0 #d0df5b

Analogous Colors of #5bd0df

#5bd0df #5b8edf #5bdfac

Monochromatic Colors of #5bd0df

#5bd0df

Complementary Color

#5bd0df #df6a5b

#5bd0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bd0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bd0df Color CSS Codes

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

#5bd0df Text Font Color

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

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


#5bd0df Background Color

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

This div background color is #5bd0df


#5bd0df Border Color

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

This div border color is #5bd0df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,208,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bd0df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bd0df;
  -webkit-box-shadow: 1px 1px 3px 2px #5bd0df;
  box-shadow:         1px 1px 3px 2px #5bd0df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,208,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bd0df


Comments

No comments written yet.

Please login to write comment.