Color Hex Logo

#5bf092 Color Hex

#5BF092
(91,240,146)
0 Favorites   0 Comments

Color spaces of #5bf092

RGB 91240146
HSL0.390.830.65
HSV142°62°94°
CMYK 0.620.000.39   0.06
XYZ40.662866.619637.9099
Yxy66.61960.28010.4588
Hunter Lab81.6208-53.909329.5965
CIE-Lab85.3115-59.934833.9749

#5bf092 color RGB value is (91,240,146).

#5bf092 hex color red value is 91, green value is 240 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #5bf092 hue: 0.39 , saturation: 0.83 and the lightness value of 5bf092 is 0.65.

The process color (four color CMYK) of #5bf092 color hex is 0.62, 0.00, 0.39, 0.06. Web safe color of #5bf092 is #66ff99. Color #5bf092 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11110000 10010010
Octal 133 360 222
Decimal 91 240 146
Hex 5B F0 92

RGB Percentages of Color #5bf092

%19.08
%50.31
%30.61

CMYK Percentages of Color #5bf092

%62
%0
%39
%6

Triadic Colors of #5bf092

#5bf092 #925bf0 #f0925b

Analogous Colors of #5bf092

#5bf092 #5bf0dd #6ff05b

Monochromatic Colors of #5bf092

#5bf092

Complementary Color

#5bf092 #f05bb9

#5bf092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bf092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bf092 Color CSS Codes

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

#5bf092 Text Font Color

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

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


#5bf092 Background Color

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

This div background color is #5bf092


#5bf092 Border Color

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

This div border color is #5bf092


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,240,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bf092; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bf092;
  -webkit-box-shadow: 1px 1px 3px 2px #5bf092;
  box-shadow:         1px 1px 3px 2px #5bf092; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,240,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bf092


Comments

No comments written yet.

Please login to write comment.