Color Hex Logo

#5db5cc Color Hex

#5DB5CC
(93,181,204)
0 Favorites   0 Comments

Color spaces of #5db5cc

RGB 93181204
HSL0.530.520.58
HSV192°54°80°
CMYK 0.540.110.00   0.20
XYZ31.937239.734563.1130
Yxy39.73450.23690.2948
Hunter Lab63.0353-19.8737-15.2384
CIE-Lab69.2800-19.9785-19.7221

#5db5cc color RGB value is (93,181,204).

#5db5cc hex color red value is 93, green value is 181 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5db5cc hue: 0.53 , saturation: 0.52 and the lightness value of 5db5cc is 0.58.

The process color (four color CMYK) of #5db5cc color hex is 0.54, 0.11, 0.00, 0.20. Web safe color of #5db5cc is #66cccc. Color #5db5cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110101 11001100
Octal 135 265 314
Decimal 93 181 204
Hex 5D B5 CC

RGB Percentages of Color #5db5cc

%19.46
%37.87
%42.68

CMYK Percentages of Color #5db5cc

%54
%11
%0
%20

Triadic Colors of #5db5cc

#5db5cc #cc5db5 #b5cc5d

Analogous Colors of #5db5cc

#5db5cc #5d7ecc #5dccac

Monochromatic Colors of #5db5cc

#5db5cc

Complementary Color

#5db5cc #cc745d

#5db5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db5cc Color CSS Codes

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

#5db5cc Text Font Color

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

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


#5db5cc Background Color

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

This div background color is #5db5cc


#5db5cc Border Color

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

This div border color is #5db5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db5cc


Comments

No comments written yet.

Please login to write comment.