Color Hex Logo

#5dccfe Color Hex

#5DCCFE
(93,204,254)
0 Favorites   0 Comments

Color spaces of #5dccfe

RGB 93204254
HSL0.550.990.68
HSV199°63°100°
CMYK 0.630.200.00   0.00
XYZ43.996552.6686101.6131
Yxy52.66860.22190.2656
Hunter Lab72.5731-18.7897-32.2136
CIE-Lab77.6789-17.0092-33.9305

#5dccfe color RGB value is (93,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001100 11111110
Octal 135 314 376
Decimal 93 204 254
Hex 5D CC FE

RGB Percentages of Color #5dccfe

%16.88
%37.02
%46.10

CMYK Percentages of Color #5dccfe

%63
%20
%0
%0

Triadic Colors of #5dccfe

#5dccfe #fe5dcc #ccfe5d

Analogous Colors of #5dccfe

#5dccfe #5d7cfe #5dfee0

Monochromatic Colors of #5dccfe

#5dccfe

Complementary Color

#5dccfe #fe8f5d

#5dccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dccfe Color CSS Codes

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

#5dccfe Text Font Color

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

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


#5dccfe Background Color

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

This div background color is #5dccfe


#5dccfe Border Color

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

This div border color is #5dccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dccfe


Comments

No comments written yet.

Please login to write comment.