Color Hex Logo

#5dcbee Color Hex

#5DCBEE
(93,203,238)
0 Favorites   0 Comments

Color spaces of #5dcbee

RGB 93203238
HSL0.540.810.65
HSV194°61°93°
CMYK 0.610.150.00   0.07
XYZ41.302851.212188.5970
Yxy51.21210.22810.2828
Hunter Lab71.5626-22.2123-23.3092
CIE-Lab76.8073-21.3126-26.7040

#5dcbee color RGB value is (93,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001011 11101110
Octal 135 313 356
Decimal 93 203 238
Hex 5D CB EE

RGB Percentages of Color #5dcbee

%17.42
%38.01
%44.57

CMYK Percentages of Color #5dcbee

%61
%15
%0
%7

Triadic Colors of #5dcbee

#5dcbee #ee5dcb #cbee5d

Analogous Colors of #5dcbee

#5dcbee #5d83ee #5deec9

Monochromatic Colors of #5dcbee

#5dcbee

Complementary Color

#5dcbee #ee805d

#5dcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcbee Color CSS Codes

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

#5dcbee Text Font Color

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

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


#5dcbee Background Color

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

This div background color is #5dcbee


#5dcbee Border Color

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

This div border color is #5dcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcbee


Comments

No comments written yet.

Please login to write comment.