Color Hex Logo

#5de672 Color Hex

#5DE672
(93,230,114)
0 Favorites   0 Comments

Color spaces of #5de672

RGB 93230114
HSL0.360.730.63
HSV129°60°90°
CMYK 0.600.000.50   0.10
XYZ35.848360.135725.6375
Yxy60.13570.29480.4944
Hunter Lab77.5472-53.191234.6815
CIE-Lab81.9119-60.779445.3132

#5de672 color RGB value is (93,230,114).

#5de672 hex color red value is 93, green value is 230 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #5de672 hue: 0.36 , saturation: 0.73 and the lightness value of 5de672 is 0.63.

The process color (four color CMYK) of #5de672 color hex is 0.60, 0.00, 0.50, 0.10. Web safe color of #5de672 is #66ff66. Color #5de672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11100110 01110010
Octal 135 346 162
Decimal 93 230 114
Hex 5D E6 72

RGB Percentages of Color #5de672

%21.28
%52.63
%26.09

CMYK Percentages of Color #5de672

%60
%0
%50
%10

Triadic Colors of #5de672

#5de672 #725de6 #e6725d

Analogous Colors of #5de672

#5de672 #5de6b7 #8de65d

Monochromatic Colors of #5de672

#5de672

Complementary Color

#5de672 #e65dd1

#5de672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de672 Color CSS Codes

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

#5de672 Text Font Color

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

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


#5de672 Background Color

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

This div background color is #5de672


#5de672 Border Color

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

This div border color is #5de672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de672


Comments

No comments written yet.

Please login to write comment.