Color Hex Logo

#5deffa Color Hex

#5DEFFA
(93,239,250)
0 Favorites   0 Comments

Color spaces of #5deffa

RGB 93239250
HSL0.510.940.67
HSV184°63°98°
CMYK 0.630.040.00   0.02
XYZ52.636070.9623101.3654
Yxy70.96230.23400.3154
Hunter Lab84.2391-35.8845-12.3766
CIE-Lab87.4667-35.3778-16.8961

#5deffa color RGB value is (93,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101111 11111010
Octal 135 357 372
Decimal 93 239 250
Hex 5D EF FA

RGB Percentages of Color #5deffa

%15.98
%41.07
%42.96

CMYK Percentages of Color #5deffa

%63
%4
%0
%2

Triadic Colors of #5deffa

#5deffa #fa5def #effa5d

Analogous Colors of #5deffa

#5deffa #5da1fa #5dfab7

Monochromatic Colors of #5deffa

#5deffa

Complementary Color

#5deffa #fa685d

#5deffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deffa Color CSS Codes

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

#5deffa Text Font Color

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

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


#5deffa Background Color

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

This div background color is #5deffa


#5deffa Border Color

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

This div border color is #5deffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deffa


Comments

No comments written yet.

Please login to write comment.