Color Hex Logo

#5dbe05 Color Hex

#5DBE05
(93,190,5)
0 Favorites   0 Comments

Color spaces of #5dbe05

RGB 931905
HSL0.250.950.38
HSV91°97°75°
CMYK 0.510.000.97   0.25
XYZ22.955039.16506.4933
Yxy39.16500.33460.5708
Hunter Lab62.5819-44.044837.6556
CIE-Lab68.8706-54.447268.1901

#5dbe05 color RGB value is (93,190,5).

#5dbe05 hex color red value is 93, green value is 190 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #5dbe05 hue: 0.25 , saturation: 0.95 and the lightness value of 5dbe05 is 0.38.

The process color (four color CMYK) of #5dbe05 color hex is 0.51, 0.00, 0.97, 0.25. Web safe color of #5dbe05 is #66cc00. Color #5dbe05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 00000101
Octal 135 276 5
Decimal 93 190 5
Hex 5D BE 5

RGB Percentages of Color #5dbe05

%32.29
%65.97
%1.74

CMYK Percentages of Color #5dbe05

%51
%0
%97
%25

Triadic Colors of #5dbe05

#5dbe05 #055dbe #be055d

Analogous Colors of #5dbe05

#5dbe05 #05be09 #babe05

Monochromatic Colors of #5dbe05

#5dbe05

Complementary Color

#5dbe05 #6605be

#5dbe05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbe05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbe05 Color CSS Codes

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

#5dbe05 Text Font Color

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

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


#5dbe05 Background Color

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

This div background color is #5dbe05


#5dbe05 Border Color

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

This div border color is #5dbe05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbe05


Comments

No comments written yet.

Please login to write comment.