Color Hex Logo

#5dfeaf Color Hex

#5DFEAF
(93,254,175)
0 Favorites   0 Comments

Color spaces of #5dfeaf

RGB 93254175
HSL0.420.990.68
HSV151°63°100°
CMYK 0.630.000.31   0.00
XYZ47.693976.305952.7722
Yxy76.30590.26980.4317
Hunter Lab87.3532-55.409225.3288
CIE-Lab90.0012-59.577625.6599

#5dfeaf color RGB value is (93,254,175).

#5dfeaf hex color red value is 93, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5dfeaf hue: 0.42 , saturation: 0.99 and the lightness value of 5dfeaf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111110 10101111
Octal 135 376 257
Decimal 93 254 175
Hex 5D FE AF

RGB Percentages of Color #5dfeaf

%17.82
%48.66
%33.52

CMYK Percentages of Color #5dfeaf

%63
%0
%31
%0

Triadic Colors of #5dfeaf

#5dfeaf #af5dfe #feaf5d

Analogous Colors of #5dfeaf

#5dfeaf #5dfdfe #5dfe5f

Monochromatic Colors of #5dfeaf

#5dfeaf

Complementary Color

#5dfeaf #fe5dac

#5dfeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfeaf Color CSS Codes

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

#5dfeaf Text Font Color

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

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


#5dfeaf Background Color

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

This div background color is #5dfeaf


#5dfeaf Border Color

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

This div border color is #5dfeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.