Color Hex Logo

#5da018 Color Hex

#5DA018
(93,160,24)
0 Favorites   0 Comments

Color spaces of #5da018

RGB 9316024
HSL0.250.740.36
HSV90°85°63°
CMYK 0.420.000.85   0.37
XYZ17.249927.53475.2697
Yxy27.53470.34460.5501
Hunter Lab52.4735-33.149430.7772
CIE-Lab59.4660-42.197957.2288

#5da018 color RGB value is (93,160,24).

#5da018 hex color red value is 93, green value is 160 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #5da018 hue: 0.25 , saturation: 0.74 and the lightness value of 5da018 is 0.36.

The process color (four color CMYK) of #5da018 color hex is 0.42, 0.00, 0.85, 0.37. Web safe color of #5da018 is #669900. Color #5da018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100000 00011000
Octal 135 240 30
Decimal 93 160 24
Hex 5D A0 18

RGB Percentages of Color #5da018

%33.57
%57.76
%8.66

CMYK Percentages of Color #5da018

%42
%0
%85
%37

Triadic Colors of #5da018

#5da018 #185da0 #a0185d

Analogous Colors of #5da018

#5da018 #19a018 #a09f18

Monochromatic Colors of #5da018

#5da018

Complementary Color

#5da018 #5b18a0

#5da018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da018 Color CSS Codes

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

#5da018 Text Font Color

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

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


#5da018 Background Color

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

This div background color is #5da018


#5da018 Border Color

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

This div border color is #5da018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da018


Comments

No comments written yet.

Please login to write comment.