Color Hex Logo

#5eb201 Color Hex

#5EB201
(94,178,1)
0 Favorites   0 Comments

Color spaces of #5eb201

RGB 941781
HSL0.250.990.35
HSV88°99°70°
CMYK 0.470.000.99   0.30
XYZ20.542034.22275.5517
Yxy34.22270.34060.5674
Hunter Lab58.5002-39.696035.3235
CIE-Lab65.1390-49.679265.7321

#5eb201 color RGB value is (94,178,1).

#5eb201 hex color red value is 94, green value is 178 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #5eb201 hue: 0.25 , saturation: 0.99 and the lightness value of 5eb201 is 0.35.

The process color (four color CMYK) of #5eb201 color hex is 0.47, 0.00, 0.99, 0.30. Web safe color of #5eb201 is #669900. Color #5eb201 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110010 00000001
Octal 136 262 1
Decimal 94 178 1
Hex 5E B2 1

RGB Percentages of Color #5eb201

%34.43
%65.20
%0.37

CMYK Percentages of Color #5eb201

%47
%0
%99
%30

Triadic Colors of #5eb201

#5eb201 #015eb2 #b2015e

Analogous Colors of #5eb201

#5eb201 #06b201 #b2ae01

Monochromatic Colors of #5eb201

#5eb201

Complementary Color

#5eb201 #5501b2

#5eb201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb201 Color CSS Codes

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

#5eb201 Text Font Color

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

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


#5eb201 Background Color

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

This div background color is #5eb201


#5eb201 Border Color

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

This div border color is #5eb201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb201


Comments

No comments written yet.

Please login to write comment.