Color Hex Logo

#5be669 Color Hex

#5BE669
(91,230,105)
0 Favorites   0 Comments

Color spaces of #5be669

RGB 91230105
HSL0.350.740.63
HSV126°60°90°
CMYK 0.600.000.54   0.10
XYZ35.161059.837723.0613
Yxy59.83770.29780.5068
Hunter Lab77.3548-54.235336.4726
CIE-Lab81.7499-62.404849.3174

#5be669 color RGB value is (91,230,105).

#5be669 hex color red value is 91, green value is 230 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #5be669 hue: 0.35 , saturation: 0.74 and the lightness value of 5be669 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11100110 01101001
Octal 133 346 151
Decimal 91 230 105
Hex 5B E6 69

RGB Percentages of Color #5be669

%21.36
%53.99
%24.65

CMYK Percentages of Color #5be669

%60
%0
%54
%10

Triadic Colors of #5be669

#5be669 #695be6 #e6695b

Analogous Colors of #5be669

#5be669 #5be6af #93e65b

Monochromatic Colors of #5be669

#5be669

Complementary Color

#5be669 #e65bd8

#5be669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be669 Color CSS Codes

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

#5be669 Text Font Color

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

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


#5be669 Background Color

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

This div background color is #5be669


#5be669 Border Color

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

This div border color is #5be669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be669


Comments

No comments written yet.

Please login to write comment.