Color Hex Logo

#5dbbea Color Hex

#5DBBEA
(93,187,234)
0 Favorites   0 Comments

Color spaces of #5dbbea

RGB 93187234
HSL0.560.770.64
HSV200°60°92°
CMYK 0.600.200.00   0.08
XYZ37.135843.808384.3405
Yxy43.80830.22470.2650
Hunter Lab66.1878-15.6783-29.2194
CIE-Lab72.1002-14.2135-31.7804

#5dbbea color RGB value is (93,187,234).

#5dbbea hex color red value is 93, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5dbbea hue: 0.56 , saturation: 0.77 and the lightness value of 5dbbea is 0.64.

The process color (four color CMYK) of #5dbbea color hex is 0.60, 0.20, 0.00, 0.08. Web safe color of #5dbbea is #66ccff. Color #5dbbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111011 11101010
Octal 135 273 352
Decimal 93 187 234
Hex 5D BB EA

RGB Percentages of Color #5dbbea

%18.09
%36.38
%45.53

CMYK Percentages of Color #5dbbea

%60
%20
%0
%8

Triadic Colors of #5dbbea

#5dbbea #ea5dbb #bbea5d

Analogous Colors of #5dbbea

#5dbbea #5d75ea #5dead3

Monochromatic Colors of #5dbbea

#5dbbea

Complementary Color

#5dbbea #ea8c5d

#5dbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbbea Color CSS Codes

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

#5dbbea Text Font Color

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

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


#5dbbea Background Color

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

This div background color is #5dbbea


#5dbbea Border Color

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

This div border color is #5dbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbbea


Comments

No comments written yet.

Please login to write comment.