Color Hex Logo

#5ef964 Color Hex

#5EF964
(94,249,100)
0 Favorites   0 Comments

Color spaces of #5ef964

RGB 94249100
HSL0.340.930.67
HSV122°62°98°
CMYK 0.620.000.60   0.02
XYZ40.792071.051123.6209
Yxy71.05110.30110.5245
Hunter Lab84.2918-61.127842.3896
CIE-Lab87.5098-69.011858.2917

#5ef964 color RGB value is (94,249,100).

#5ef964 hex color red value is 94, green value is 249 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #5ef964 hue: 0.34 , saturation: 0.93 and the lightness value of 5ef964 is 0.67.

The process color (four color CMYK) of #5ef964 color hex is 0.62, 0.00, 0.60, 0.02. Web safe color of #5ef964 is #66ff66. Color #5ef964 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111001 01100100
Octal 136 371 144
Decimal 94 249 100
Hex 5E F9 64

RGB Percentages of Color #5ef964

%21.22
%56.21
%22.57

CMYK Percentages of Color #5ef964

%62
%0
%60
%2

Triadic Colors of #5ef964

#5ef964 #645ef9 #f9645e

Analogous Colors of #5ef964

#5ef964 #5ef9b2 #a6f95e

Monochromatic Colors of #5ef964

#5ef964

Complementary Color

#5ef964 #f95ef3

#5ef964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef964 Color CSS Codes

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

#5ef964 Text Font Color

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

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


#5ef964 Background Color

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

This div background color is #5ef964


#5ef964 Border Color

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

This div border color is #5ef964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef964

Related Colors


Comments

No comments written yet.

Please login to write comment.