Color Hex Logo

#5af91b Color Hex

#5AF91B
(90,249,27)
0 Favorites   0 Comments

Color spaces of #5af91b

RGB 9024927
HSL0.290.950.54
HSV103°89°98°
CMYK 0.640.000.89   0.02
XYZ38.290070.004212.5310
Yxy70.00420.31690.5794
Hunter Lab83.6685-64.731349.6881
CIE-Lab86.9989-74.683880.3010

#5af91b color RGB value is (90,249,27).

#5af91b hex color red value is 90, green value is 249 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #5af91b hue: 0.29 , saturation: 0.95 and the lightness value of 5af91b is 0.54.

The process color (four color CMYK) of #5af91b color hex is 0.64, 0.00, 0.89, 0.02. Web safe color of #5af91b is #66ff33. Color #5af91b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111001 00011011
Octal 132 371 33
Decimal 90 249 27
Hex 5A F9 1B

RGB Percentages of Color #5af91b

%24.59
%68.03
%7.38

CMYK Percentages of Color #5af91b

%64
%0
%89
%2

Triadic Colors of #5af91b

#5af91b #1b5af9 #f91b5a

Analogous Colors of #5af91b

#5af91b #1bf94b #c9f91b

Monochromatic Colors of #5af91b

#5af91b

Complementary Color

#5af91b #ba1bf9

#5af91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5af91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5af91b Color CSS Codes

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

#5af91b Text Font Color

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

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


#5af91b Background Color

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

This div background color is #5af91b


#5af91b Border Color

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

This div border color is #5af91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5af91b


Comments

No comments written yet.

Please login to write comment.