Color Hex Logo

#5dcbfc Color Hex

#5DCBFC
(93,203,252)
0 Favorites   0 Comments

Color spaces of #5dcbfc

RGB 93203252
HSL0.550.960.68
HSV198°63°99°
CMYK 0.630.190.00   0.01
XYZ43.440852.067399.8559
Yxy52.06730.22240.2665
Hunter Lab72.1577-18.8143-31.5385
CIE-Lab77.3211-17.1020-33.4143

#5dcbfc color RGB value is (93,203,252).

#5dcbfc hex color red value is 93, green value is 203 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5dcbfc hue: 0.55 , saturation: 0.96 and the lightness value of 5dcbfc is 0.68.

The process color (four color CMYK) of #5dcbfc color hex is 0.63, 0.19, 0.00, 0.01. Web safe color of #5dcbfc is #66ccff. Color #5dcbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001011 11111100
Octal 135 313 374
Decimal 93 203 252
Hex 5D CB FC

RGB Percentages of Color #5dcbfc

%16.97
%37.04
%45.99

CMYK Percentages of Color #5dcbfc

%63
%19
%0
%1

Triadic Colors of #5dcbfc

#5dcbfc #fc5dcb #cbfc5d

Analogous Colors of #5dcbfc

#5dcbfc #5d7cfc #5dfcde

Monochromatic Colors of #5dcbfc

#5dcbfc

Complementary Color

#5dcbfc #fc8e5d

#5dcbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcbfc Color CSS Codes

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

#5dcbfc Text Font Color

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

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


#5dcbfc Background Color

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

This div background color is #5dcbfc


#5dcbfc Border Color

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

This div border color is #5dcbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcbfc


Comments

No comments written yet.

Please login to write comment.