Color Hex Logo

#5ff134 Color Hex

#5FF134
(95,241,52)
0 Favorites   0 Comments

Color spaces of #5ff134

RGB 9524152
HSL0.300.870.57
HSV106°78°95°
CMYK 0.610.000.78   0.05
XYZ36.794465.591413.9700
Yxy65.59140.31620.5637
Hunter Lab80.9885-60.634546.4648
CIE-Lab84.7876-70.024172.8985

#5ff134 color RGB value is (95,241,52).

#5ff134 hex color red value is 95, green value is 241 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #5ff134 hue: 0.30 , saturation: 0.87 and the lightness value of 5ff134 is 0.57.

The process color (four color CMYK) of #5ff134 color hex is 0.61, 0.00, 0.78, 0.05. Web safe color of #5ff134 is #66ff33. Color #5ff134 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11110001 00110100
Octal 137 361 64
Decimal 95 241 52
Hex 5F F1 34

RGB Percentages of Color #5ff134

%24.48
%62.11
%13.40

CMYK Percentages of Color #5ff134

%61
%0
%78
%5

Triadic Colors of #5ff134

#5ff134 #345ff1 #f1345f

Analogous Colors of #5ff134

#5ff134 #34f168 #bef134

Monochromatic Colors of #5ff134

#5ff134

Complementary Color

#5ff134 #c634f1

#5ff134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ff134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ff134 Color CSS Codes

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

#5ff134 Text Font Color

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

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


#5ff134 Background Color

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

This div background color is #5ff134


#5ff134 Border Color

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

This div border color is #5ff134


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,241,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ff134; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ff134;
  -webkit-box-shadow: 1px 1px 3px 2px #5ff134;
  box-shadow:         1px 1px 3px 2px #5ff134; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,241,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ff134


Comments

No comments written yet.

Please login to write comment.