Color Hex Logo

#5dcbec Color Hex

#5DCBEC
(93,203,236)
0 Favorites   0 Comments

Color spaces of #5dcbec

RGB 93203236
HSL0.540.790.65
HSV194°61°93°
CMYK 0.610.140.00   0.07
XYZ41.010551.095287.0578
Yxy51.09520.22890.2852
Hunter Lab71.4809-22.6814-22.1737
CIE-Lab76.7366-21.9035-25.7383

#5dcbec color RGB value is (93,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001011 11101100
Octal 135 313 354
Decimal 93 203 236
Hex 5D CB EC

RGB Percentages of Color #5dcbec

%17.48
%38.16
%44.36

CMYK Percentages of Color #5dcbec

%61
%14
%0
%7

Triadic Colors of #5dcbec

#5dcbec #ec5dcb #cbec5d

Analogous Colors of #5dcbec

#5dcbec #5d84ec #5decc6

Monochromatic Colors of #5dcbec

#5dcbec

Complementary Color

#5dcbec #ec7e5d

#5dcbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcbec Color CSS Codes

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

#5dcbec Text Font Color

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

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


#5dcbec Background Color

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

This div background color is #5dcbec


#5dcbec Border Color

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

This div border color is #5dcbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcbec


Comments

No comments written yet.

Please login to write comment.