Color Hex Logo

#5dbbf5 Color Hex

#5DBBF5
(93,187,245)
0 Favorites   0 Comments

Color spaces of #5dbbf5

RGB 93187245
HSL0.560.880.66
HSV203°62°96°
CMYK 0.620.240.00   0.04
XYZ38.766044.460492.9247
Yxy44.46040.22010.2524
Hunter Lab66.6786-12.9103-35.9527
CIE-Lab72.5352-10.8161-37.0618

#5dbbf5 color RGB value is (93,187,245).

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

The process color (four color CMYK) of #5dbbf5 color hex is 0.62, 0.24, 0.00, 0.04. Web safe color of #5dbbf5 is #66ccff. Color #5dbbf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111011 11110101
Octal 135 273 365
Decimal 93 187 245
Hex 5D BB F5

RGB Percentages of Color #5dbbf5

%17.71
%35.62
%46.67

CMYK Percentages of Color #5dbbf5

%62
%24
%0
%4

Triadic Colors of #5dbbf5

#5dbbf5 #f55dbb #bbf55d

Analogous Colors of #5dbbf5

#5dbbf5 #5d6ff5 #5df5e3

Monochromatic Colors of #5dbbf5

#5dbbf5

Complementary Color

#5dbbf5 #f5975d

#5dbbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbbf5 Color CSS Codes

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

#5dbbf5 Text Font Color

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

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


#5dbbf5 Background Color

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

This div background color is #5dbbf5


#5dbbf5 Border Color

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

This div border color is #5dbbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbbf5


Comments

No comments written yet.

Please login to write comment.