Color Hex Logo

#5db458 Color Hex

#5DB458
(93,180,88)
0 Favorites   0 Comments

Color spaces of #5db458

RGB 9318088
HSL0.320.380.53
HSV117°51°71°
CMYK 0.480.000.51   0.29
XYZ22.596935.674314.9274
Yxy35.67430.30870.4874
Hunter Lab59.7280-36.992026.9916
CIE-Lab66.2703-44.866638.7186

#5db458 color RGB value is (93,180,88).

#5db458 hex color red value is 93, green value is 180 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #5db458 hue: 0.32 , saturation: 0.38 and the lightness value of 5db458 is 0.53.

The process color (four color CMYK) of #5db458 color hex is 0.48, 0.00, 0.51, 0.29. Web safe color of #5db458 is #66cc66. Color #5db458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110100 01011000
Octal 135 264 130
Decimal 93 180 88
Hex 5D B4 58

RGB Percentages of Color #5db458

%25.76
%49.86
%24.38

CMYK Percentages of Color #5db458

%48
%0
%51
%29

Triadic Colors of #5db458

#5db458 #585db4 #b4585d

Analogous Colors of #5db458

#5db458 #58b481 #8bb458

Monochromatic Colors of #5db458

#5db458

Complementary Color

#5db458 #af58b4

#5db458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db458 Color CSS Codes

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

#5db458 Text Font Color

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

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


#5db458 Background Color

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

This div background color is #5db458


#5db458 Border Color

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

This div border color is #5db458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db458


Comments

No comments written yet.

Please login to write comment.