Color Hex Logo

#5deffc Color Hex

#5DEFFC
(93,239,252)
0 Favorites   0 Comments

Color spaces of #5deffc

RGB 93239252
HSL0.510.960.68
HSV185°63°99°
CMYK 0.630.050.00   0.01
XYZ52.951471.0884103.0261
Yxy71.08840.23320.3131
Hunter Lab84.3139-35.4466-13.4287
CIE-Lab87.5279-34.8234-17.8512

#5deffc color RGB value is (93,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101111 11111100
Octal 135 357 374
Decimal 93 239 252
Hex 5D EF FC

RGB Percentages of Color #5deffc

%15.92
%40.92
%43.15

CMYK Percentages of Color #5deffc

%63
%5
%0
%1

Triadic Colors of #5deffc

#5deffc #fc5def #effc5d

Analogous Colors of #5deffc

#5deffc #5da0fc #5dfcba

Monochromatic Colors of #5deffc

#5deffc

Complementary Color

#5deffc #fc6a5d

#5deffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deffc Color CSS Codes

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

#5deffc Text Font Color

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

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


#5deffc Background Color

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

This div background color is #5deffc


#5deffc Border Color

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

This div border color is #5deffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deffc


Comments

No comments written yet.

Please login to write comment.