Color Hex Logo

#5edb67 Color Hex

#5EDB67
(94,219,103)
0 Favorites   0 Comments

Color spaces of #5edb67

RGB 94219103
HSL0.350.630.61
HSV124°57°86°
CMYK 0.570.000.53   0.14
XYZ32.395854.022021.5518
Yxy54.02200.30000.5003
Hunter Lab73.4997-49.948534.0646
CIE-Lab78.4746-57.954246.3303

#5edb67 color RGB value is (94,219,103).

#5edb67 hex color red value is 94, green value is 219 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #5edb67 hue: 0.35 , saturation: 0.63 and the lightness value of 5edb67 is 0.61.

The process color (four color CMYK) of #5edb67 color hex is 0.57, 0.00, 0.53, 0.14. Web safe color of #5edb67 is #66cc66. Color #5edb67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 01100111
Octal 136 333 147
Decimal 94 219 103
Hex 5E DB 67

RGB Percentages of Color #5edb67

%22.60
%52.64
%24.76

CMYK Percentages of Color #5edb67

%57
%0
%53
%14

Triadic Colors of #5edb67

#5edb67 #675edb #db675e

Analogous Colors of #5edb67

#5edb67 #5edba6 #94db5e

Monochromatic Colors of #5edb67

#5edb67

Complementary Color

#5edb67 #db5ed2

#5edb67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edb67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edb67 Color CSS Codes

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

#5edb67 Text Font Color

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

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


#5edb67 Background Color

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

This div background color is #5edb67


#5edb67 Border Color

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

This div border color is #5edb67


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,219,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5edb67; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5edb67;
  -webkit-box-shadow: 1px 1px 3px 2px #5edb67;
  box-shadow:         1px 1px 3px 2px #5edb67; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,219,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edb67


Comments

No comments written yet.

Please login to write comment.