Color Hex Logo

#5dcbef Color Hex

#5DCBEF
(93,203,239)
0 Favorites   0 Comments

Color spaces of #5dcbef

RGB 93203239
HSL0.540.820.65
HSV195°61°94°
CMYK 0.610.150.00   0.06
XYZ41.450151.271089.3730
Yxy51.27100.22760.2816
Hunter Lab71.6038-21.9762-23.8808
CIE-Lab76.8429-21.0162-27.1862

#5dcbef color RGB value is (93,203,239).

#5dcbef hex color red value is 93, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5dcbef hue: 0.54 , saturation: 0.82 and the lightness value of 5dcbef is 0.65.

The process color (four color CMYK) of #5dcbef color hex is 0.61, 0.15, 0.00, 0.06. Web safe color of #5dcbef is #66ccff. Color #5dcbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001011 11101111
Octal 135 313 357
Decimal 93 203 239
Hex 5D CB EF

RGB Percentages of Color #5dcbef

%17.38
%37.94
%44.67

CMYK Percentages of Color #5dcbef

%61
%15
%0
%6

Triadic Colors of #5dcbef

#5dcbef #ef5dcb #cbef5d

Analogous Colors of #5dcbef

#5dcbef #5d82ef #5defca

Monochromatic Colors of #5dcbef

#5dcbef

Complementary Color

#5dcbef #ef815d

#5dcbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcbef Color CSS Codes

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

#5dcbef Text Font Color

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

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


#5dcbef Background Color

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

This div background color is #5dcbef


#5dcbef Border Color

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

This div border color is #5dcbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcbef


Comments

No comments written yet.

Please login to write comment.