Color Hex Logo

#95fa78 Color Hex

#95FA78
(149,250,120)
0 Favorites   0 Comments

Color spaces of #95fa78

RGB 149250120
HSL0.300.930.73
HSV107°52°98°
CMYK 0.400.000.52   0.02
XYZ49.970276.116829.8276
Yxy76.11680.32050.4882
Hunter Lab87.2449-50.441440.8012
CIE-Lab89.9135-52.976852.7175

#95fa78 color RGB value is (149,250,120).

#95fa78 hex color red value is 149, green value is 250 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #95fa78 hue: 0.30 , saturation: 0.93 and the lightness value of 95fa78 is 0.73.

The process color (four color CMYK) of #95fa78 color hex is 0.40, 0.00, 0.52, 0.02. Web safe color of #95fa78 is #99ff66. Color #95fa78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111010 01111000
Octal 225 372 170
Decimal 149 250 120
Hex 95 FA 78

RGB Percentages of Color #95fa78

%28.71
%48.17
%23.12

CMYK Percentages of Color #95fa78

%40
%0
%52
%2

Triadic Colors of #95fa78

#95fa78 #7895fa #fa7895

Analogous Colors of #95fa78

#95fa78 #78fa9c #d6fa78

Monochromatic Colors of #95fa78

#95fa78

Complementary Color

#95fa78 #dd78fa

#95fa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fa78 Color CSS Codes

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

#95fa78 Text Font Color

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

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


#95fa78 Background Color

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

This div background color is #95fa78


#95fa78 Border Color

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

This div border color is #95fa78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fa78


Comments

No comments written yet.

Please login to write comment.