Color Hex Logo

#5dceef Color Hex

#5DCEEF
(93,206,239)
0 Favorites   0 Comments

Color spaces of #5dceef

RGB 93206239
HSL0.540.820.65
HSV194°61°94°
CMYK 0.610.140.00   0.06
XYZ42.165552.701889.6115
Yxy52.70180.22860.2857
Hunter Lab72.5960-23.3659-22.3695
CIE-Lab77.6986-22.5357-25.8773

#5dceef color RGB value is (93,206,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001110 11101111
Octal 135 316 357
Decimal 93 206 239
Hex 5D CE EF

RGB Percentages of Color #5dceef

%17.29
%38.29
%44.42

CMYK Percentages of Color #5dceef

%61
%14
%0
%6

Triadic Colors of #5dceef

#5dceef #ef5dce #ceef5d

Analogous Colors of #5dceef

#5dceef #5d85ef #5defc7

Monochromatic Colors of #5dceef

#5dceef

Complementary Color

#5dceef #ef7e5d

#5dceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dceef Color CSS Codes

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

#5dceef Text Font Color

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

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


#5dceef Background Color

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

This div background color is #5dceef


#5dceef Border Color

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

This div border color is #5dceef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,206,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 #5dceef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dceef


Comments

No comments written yet.

Please login to write comment.