Color Hex Logo

#5def73 Color Hex

#5DEF73
(93,239,115)
0 Favorites   0 Comments

Color spaces of #5def73

RGB 93239115
HSL0.360.820.65
HSV129°61°94°
CMYK 0.610.000.52   0.06
XYZ38.475265.298026.7956
Yxy65.29800.29470.5001
Hunter Lab80.8072-56.422336.9045
CIE-Lab84.6371-63.909048.1795

#5def73 color RGB value is (93,239,115).

#5def73 hex color red value is 93, green value is 239 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #5def73 hue: 0.36 , saturation: 0.82 and the lightness value of 5def73 is 0.65.

The process color (four color CMYK) of #5def73 color hex is 0.61, 0.00, 0.52, 0.06. Web safe color of #5def73 is #66ff66. Color #5def73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101111 01110011
Octal 135 357 163
Decimal 93 239 115
Hex 5D EF 73

RGB Percentages of Color #5def73

%20.81
%53.47
%25.73

CMYK Percentages of Color #5def73

%61
%0
%52
%6

Triadic Colors of #5def73

#5def73 #735def #ef735d

Analogous Colors of #5def73

#5def73 #5defbc #90ef5d

Monochromatic Colors of #5def73

#5def73

Complementary Color

#5def73 #ef5dd9

#5def73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5def73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5def73 Color CSS Codes

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

#5def73 Text Font Color

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

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


#5def73 Background Color

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

This div background color is #5def73


#5def73 Border Color

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

This div border color is #5def73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5def73


Comments

No comments written yet.

Please login to write comment.