Color Hex Logo

#5db265 Color Hex

#5DB265
(93,178,101)
0 Favorites   0 Comments

Color spaces of #5db265

RGB 93178101
HSL0.350.360.53
HSV126°48°70°
CMYK 0.480.000.43   0.30
XYZ22.783635.107517.8875
Yxy35.10750.30070.4633
Hunter Lab59.2516-35.052923.5770
CIE-Lab65.8323-42.127831.5534

#5db265 color RGB value is (93,178,101).

#5db265 hex color red value is 93, green value is 178 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #5db265 hue: 0.35 , saturation: 0.36 and the lightness value of 5db265 is 0.53.

The process color (four color CMYK) of #5db265 color hex is 0.48, 0.00, 0.43, 0.30. Web safe color of #5db265 is #669966. Color #5db265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110010 01100101
Octal 135 262 145
Decimal 93 178 101
Hex 5D B2 65

RGB Percentages of Color #5db265

%25.00
%47.85
%27.15

CMYK Percentages of Color #5db265

%48
%0
%43
%30

Triadic Colors of #5db265

#5db265 #655db2 #b2655d

Analogous Colors of #5db265

#5db265 #5db290 #80b25d

Monochromatic Colors of #5db265

#5db265

Complementary Color

#5db265 #b25daa

#5db265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db265 Color CSS Codes

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

#5db265 Text Font Color

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

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


#5db265 Background Color

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

This div background color is #5db265


#5db265 Border Color

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

This div border color is #5db265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db265


Comments

No comments written yet.

Please login to write comment.