Color Hex Logo

#5dcefd Color Hex

#5DCEFD
(93,206,253)
0 Favorites   0 Comments

Color spaces of #5dcefd

RGB 93206253
HSL0.550.980.68
HSV198°63°99°
CMYK 0.630.190.00   0.01
XYZ44.315153.5616100.9313
Yxy53.56160.22290.2694
Hunter Lab73.1858-19.9907-30.5374
CIE-Lab78.2054-18.3471-32.5847

#5dcefd color RGB value is (93,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001110 11111101
Octal 135 316 375
Decimal 93 206 253
Hex 5D CE FD

RGB Percentages of Color #5dcefd

%16.85
%37.32
%45.83

CMYK Percentages of Color #5dcefd

%63
%19
%0
%1

Triadic Colors of #5dcefd

#5dcefd #fd5dce #cefd5d

Analogous Colors of #5dcefd

#5dcefd #5d7efd #5dfddc

Monochromatic Colors of #5dcefd

#5dcefd

Complementary Color

#5dcefd #fd8c5d

#5dcefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcefd Color CSS Codes

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

#5dcefd Text Font Color

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

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


#5dcefd Background Color

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

This div background color is #5dcefd


#5dcefd Border Color

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

This div border color is #5dcefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcefd


Comments

No comments written yet.

Please login to write comment.