Color Hex Logo

#5dcefc Color Hex

#5DCEFC
(93,206,252)
0 Favorites   0 Comments

Color spaces of #5dcefc

RGB 93206252
HSL0.550.960.68
HSV197°63°99°
CMYK 0.630.180.00   0.01
XYZ44.156253.4980100.0943
Yxy53.49800.22330.2705
Hunter Lab73.1423-20.2382-29.9379
CIE-Lab78.1681-18.6503-32.1084

#5dcefc color RGB value is (93,206,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001110 11111100
Octal 135 316 374
Decimal 93 206 252
Hex 5D CE FC

RGB Percentages of Color #5dcefc

%16.88
%37.39
%45.74

CMYK Percentages of Color #5dcefc

%63
%18
%0
%1

Triadic Colors of #5dcefc

#5dcefc #fc5dce #cefc5d

Analogous Colors of #5dcefc

#5dcefc #5d7ffc #5dfcdb

Monochromatic Colors of #5dcefc

#5dcefc

Complementary Color

#5dcefc #fc8b5d

#5dcefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcefc Color CSS Codes

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

#5dcefc Text Font Color

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

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


#5dcefc Background Color

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

This div background color is #5dcefc


#5dcefc Border Color

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

This div border color is #5dcefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcefc


Comments

No comments written yet.

Please login to write comment.