Color Hex Logo

#5dfcfa Color Hex

#5DFCFA
(93,252,250)
0 Favorites   0 Comments

Color spaces of #5dfcfa

RGB 93252250
HSL0.500.960.68
HSV179°63°99°
CMYK 0.630.000.01   0.01
XYZ56.579978.8501102.6800
Yxy78.85010.23760.3311
Hunter Lab88.7976-41.6594-6.4010
CIE-Lab91.1664-41.3159-11.3578

#5dfcfa color RGB value is (93,252,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111100 11111010
Octal 135 374 372
Decimal 93 252 250
Hex 5D FC FA

RGB Percentages of Color #5dfcfa

%15.63
%42.35
%42.02

CMYK Percentages of Color #5dfcfa

%63
%0
%1
%1

Triadic Colors of #5dfcfa

#5dfcfa #fa5dfc #fcfa5d

Analogous Colors of #5dfcfa

#5dfcfa #5daffc #5dfcab

Monochromatic Colors of #5dfcfa

#5dfcfa

Complementary Color

#5dfcfa #fc5d5f

#5dfcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfcfa Color CSS Codes

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

#5dfcfa Text Font Color

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

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


#5dfcfa Background Color

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

This div background color is #5dfcfa


#5dfcfa Border Color

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

This div border color is #5dfcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfcfa


Comments

No comments written yet.

Please login to write comment.