Color Hex Logo

#5db466 Color Hex

#5DB466
(93,180,102)
0 Favorites   0 Comments

Color spaces of #5db466

RGB 93180102
HSL0.350.370.54
HSV126°48°71°
CMYK 0.480.000.43   0.29
XYZ23.233735.929018.2808
Yxy35.92900.30000.4639
Hunter Lab59.9408-35.707923.8762
CIE-Lab66.4656-42.825831.8484

#5db466 color RGB value is (93,180,102).

#5db466 hex color red value is 93, green value is 180 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #5db466 hue: 0.35 , saturation: 0.37 and the lightness value of 5db466 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110100 01100110
Octal 135 264 146
Decimal 93 180 102
Hex 5D B4 66

RGB Percentages of Color #5db466

%24.80
%48.00
%27.20

CMYK Percentages of Color #5db466

%48
%0
%43
%29

Triadic Colors of #5db466

#5db466 #665db4 #b4665d

Analogous Colors of #5db466

#5db466 #5db492 #80b45d

Monochromatic Colors of #5db466

#5db466

Complementary Color

#5db466 #b45dab

#5db466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db466 Color CSS Codes

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

#5db466 Text Font Color

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

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


#5db466 Background Color

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

This div background color is #5db466


#5db466 Border Color

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

This div border color is #5db466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db466


Comments

No comments written yet.

Please login to write comment.