Color Hex Logo

#5dcffb Color Hex

#5DCFFB
(93,207,251)
0 Favorites   0 Comments

Color spaces of #5dcffb

RGB 93207251
HSL0.550.950.67
HSV197°63°98°
CMYK 0.630.180.00   0.02
XYZ44.239653.917899.3423
Yxy53.91780.22400.2730
Hunter Lab73.4287-20.9570-28.8138
CIE-Lab78.4138-19.4656-31.1966

#5dcffb color RGB value is (93,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001111 11111011
Octal 135 317 373
Decimal 93 207 251
Hex 5D CF FB

RGB Percentages of Color #5dcffb

%16.88
%37.57
%45.55

CMYK Percentages of Color #5dcffb

%63
%18
%0
%2

Triadic Colors of #5dcffb

#5dcffb #fb5dcf #cffb5d

Analogous Colors of #5dcffb

#5dcffb #5d80fb #5dfbd8

Monochromatic Colors of #5dcffb

#5dcffb

Complementary Color

#5dcffb #fb895d

#5dcffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcffb Color CSS Codes

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

#5dcffb Text Font Color

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

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


#5dcffb Background Color

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

This div background color is #5dcffb


#5dcffb Border Color

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

This div border color is #5dcffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcffb


Comments

No comments written yet.

Please login to write comment.