Color Hex Logo

#5dfaad Color Hex

#5DFAAD
(93,250,173)
0 Favorites   0 Comments

Color spaces of #5dfaad

RGB 93250173
HSL0.420.940.67
HSV151°63°98°
CMYK 0.630.000.31   0.02
XYZ46.242673.715551.3264
Yxy73.71550.27000.4304
Hunter Lab85.8577-54.111724.6564
CIE-Lab88.7878-58.419525.0159

#5dfaad color RGB value is (93,250,173).

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

The process color (four color CMYK) of #5dfaad color hex is 0.63, 0.00, 0.31, 0.02. Web safe color of #5dfaad is #66ff99. Color #5dfaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111010 10101101
Octal 135 372 255
Decimal 93 250 173
Hex 5D FA AD

RGB Percentages of Color #5dfaad

%18.02
%48.45
%33.53

CMYK Percentages of Color #5dfaad

%63
%0
%31
%2

Triadic Colors of #5dfaad

#5dfaad #ad5dfa #faad5d

Analogous Colors of #5dfaad

#5dfaad #5df9fa #5dfa5f

Monochromatic Colors of #5dfaad

#5dfaad

Complementary Color

#5dfaad #fa5daa

#5dfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfaad Color CSS Codes

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

#5dfaad Text Font Color

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

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


#5dfaad Background Color

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

This div background color is #5dfaad


#5dfaad Border Color

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

This div border color is #5dfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfaad


Comments

No comments written yet.

Please login to write comment.