Color Hex Logo

#5dbc2a Color Hex

#5DBC2A
(93,188,42)
0 Favorites   0 Comments

Color spaces of #5dbc2a

RGB 9318842
HSL0.280.630.45
HSV99°78°74°
CMYK 0.510.000.78   0.26
XYZ22.915338.46088.4064
Yxy38.46080.32840.5512
Hunter Lab62.0168-42.573335.3750
CIE-Lab68.3589-52.421060.2842

#5dbc2a color RGB value is (93,188,42).

#5dbc2a hex color red value is 93, green value is 188 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #5dbc2a hue: 0.28 , saturation: 0.63 and the lightness value of 5dbc2a is 0.45.

The process color (four color CMYK) of #5dbc2a color hex is 0.51, 0.00, 0.78, 0.26. Web safe color of #5dbc2a is #66cc33. Color #5dbc2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111100 00101010
Octal 135 274 52
Decimal 93 188 42
Hex 5D BC 2A

RGB Percentages of Color #5dbc2a

%28.79
%58.20
%13.00

CMYK Percentages of Color #5dbc2a

%51
%0
%78
%26

Triadic Colors of #5dbc2a

#5dbc2a #2a5dbc #bc2a5d

Analogous Colors of #5dbc2a

#5dbc2a #2abc40 #a6bc2a

Monochromatic Colors of #5dbc2a

#5dbc2a

Complementary Color

#5dbc2a #892abc

#5dbc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbc2a Color CSS Codes

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

#5dbc2a Text Font Color

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

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


#5dbc2a Background Color

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

This div background color is #5dbc2a


#5dbc2a Border Color

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

This div border color is #5dbc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbc2a


Comments

No comments written yet.

Please login to write comment.