Color Hex Logo

#5dcffc Color Hex

#5DCFFC
(93,207,252)
0 Favorites   0 Comments

Color spaces of #5dcffc

RGB 93207252
HSL0.550.960.68
HSV197°63°99°
CMYK 0.630.180.00   0.01
XYZ44.397753.9811100.1748
Yxy53.98110.22360.2719
Hunter Lab73.4718-20.7114-29.4084
CIE-Lab78.4507-19.1637-31.6733

#5dcffc color RGB value is (93,207,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001111 11111100
Octal 135 317 374
Decimal 93 207 252
Hex 5D CF FC

RGB Percentages of Color #5dcffc

%16.85
%37.50
%45.65

CMYK Percentages of Color #5dcffc

%63
%18
%0
%1

Triadic Colors of #5dcffc

#5dcffc #fc5dcf #cffc5d

Analogous Colors of #5dcffc

#5dcffc #5d80fc #5dfcda

Monochromatic Colors of #5dcffc

#5dcffc

Complementary Color

#5dcffc #fc8a5d

#5dcffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcffc Color CSS Codes

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

#5dcffc Text Font Color

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

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


#5dcffc Background Color

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

This div background color is #5dcffc


#5dcffc Border Color

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

This div border color is #5dcffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcffc


Comments

No comments written yet.

Please login to write comment.