Color Hex Logo

#95df57 Color Hex

#95DF57
(149,223,87)
0 Favorites   0 Comments

Color spaces of #95df57

RGB 14922387
HSL0.260.680.61
HSV93°61°87°
CMYK 0.330.000.61   0.13
XYZ40.502459.853018.4349
Yxy59.85300.34100.5039
Hunter Lab77.3647-41.939040.0274
CIE-Lab81.7582-45.115157.9058

#95df57 color RGB value is (149,223,87).

#95df57 hex color red value is 149, green value is 223 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #95df57 hue: 0.26 , saturation: 0.68 and the lightness value of 95df57 is 0.61.

The process color (four color CMYK) of #95df57 color hex is 0.33, 0.00, 0.61, 0.13. Web safe color of #95df57 is #99cc66. Color #95df57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011111 01010111
Octal 225 337 127
Decimal 149 223 87
Hex 95 DF 57

RGB Percentages of Color #95df57

%32.46
%48.58
%18.95

CMYK Percentages of Color #95df57

%33
%0
%61
%13

Triadic Colors of #95df57

#95df57 #5795df #df5795

Analogous Colors of #95df57

#95df57 #57df5d #d9df57

Monochromatic Colors of #95df57

#95df57

Complementary Color

#95df57 #a157df

#95df57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95df57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95df57 Color CSS Codes

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

#95df57 Text Font Color

<p style="color:#95df57">Text here</p>

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


#95df57 Background Color

<div style="background-color:#95df57">
Div content here</div>

This div background color is #95df57


#95df57 Border Color

<div style="border:3px solid #95df57">
Div here</div>

This div border color is #95df57


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,223,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95df57; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95df57;
  -webkit-box-shadow: 1px 1px 3px 2px #95df57;
  box-shadow:         1px 1px 3px 2px #95df57; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,223,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95df57


Comments

No comments written yet.

Please login to write comment.