Color Hex Logo

#5ffc90 Color Hex

#5FFC90
(95,252,144)
0 Favorites   0 Comments

Color spaces of #5ffc90

RGB 95252144
HSL0.390.960.68
HSV139°62°99°
CMYK 0.620.000.43   0.01
XYZ44.563874.067338.3332
Yxy74.06730.28390.4719
Hunter Lab86.0624-58.180433.8352
CIE-Lab88.9543-63.954539.7339

#5ffc90 color RGB value is (95,252,144).

#5ffc90 hex color red value is 95, green value is 252 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #5ffc90 hue: 0.39 , saturation: 0.96 and the lightness value of 5ffc90 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111100 10010000
Octal 137 374 220
Decimal 95 252 144
Hex 5F FC 90

RGB Percentages of Color #5ffc90

%19.35
%51.32
%29.33

CMYK Percentages of Color #5ffc90

%62
%0
%43
%1

Triadic Colors of #5ffc90

#5ffc90 #905ffc #fc905f

Analogous Colors of #5ffc90

#5ffc90 #5ffcdf #7dfc5f

Monochromatic Colors of #5ffc90

#5ffc90

Complementary Color

#5ffc90 #fc5fcb

#5ffc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffc90 Color CSS Codes

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

#5ffc90 Text Font Color

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

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


#5ffc90 Background Color

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

This div background color is #5ffc90


#5ffc90 Border Color

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

This div border color is #5ffc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffc90


Comments

No comments written yet.

Please login to write comment.