Color Hex Logo

#5dc272 Color Hex

#5DC272
(93,194,114)
0 Favorites   0 Comments

Color spaces of #5dc272

RGB 93194114
HSL0.370.450.56
HSV132°52°76°
CMYK 0.520.000.41   0.24
XYZ26.843342.125622.6359
Yxy42.12560.29300.4599
Hunter Lab64.9042-39.757824.7551
CIE-Lab70.9574-46.769731.4473

#5dc272 color RGB value is (93,194,114).

#5dc272 hex color red value is 93, green value is 194 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #5dc272 hue: 0.37 , saturation: 0.45 and the lightness value of 5dc272 is 0.56.

The process color (four color CMYK) of #5dc272 color hex is 0.52, 0.00, 0.41, 0.24. Web safe color of #5dc272 is #66cc66. Color #5dc272 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000010 01110010
Octal 135 302 162
Decimal 93 194 114
Hex 5D C2 72

RGB Percentages of Color #5dc272

%23.19
%48.38
%28.43

CMYK Percentages of Color #5dc272

%52
%0
%41
%24

Triadic Colors of #5dc272

#5dc272 #725dc2 #c2725d

Analogous Colors of #5dc272

#5dc272 #5dc2a5 #7bc25d

Monochromatic Colors of #5dc272

#5dc272

Complementary Color

#5dc272 #c25dad

#5dc272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc272 Color CSS Codes

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

#5dc272 Text Font Color

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

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


#5dc272 Background Color

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

This div background color is #5dc272


#5dc272 Border Color

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

This div border color is #5dc272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc272


Comments

No comments written yet.

Please login to write comment.