Color Hex Logo

#95f097 Color Hex

#95F097
(149,240,151)
0 Favorites   0 Comments

Color spaces of #95f097

RGB 149240151
HSL0.340.750.76
HSV121°38°94°
CMYK 0.380.000.37   0.06
XYZ49.140470.944140.3818
Yxy70.94410.30620.4421
Hunter Lab84.2283-43.259330.5343
CIE-Lab87.4578-44.638134.6816

#95f097 color RGB value is (149,240,151).

#95f097 hex color red value is 149, green value is 240 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #95f097 hue: 0.34 , saturation: 0.75 and the lightness value of 95f097 is 0.76.

The process color (four color CMYK) of #95f097 color hex is 0.38, 0.00, 0.37, 0.06. Web safe color of #95f097 is #99ff99. Color #95f097 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11110000 10010111
Octal 225 360 227
Decimal 149 240 151
Hex 95 F0 97

RGB Percentages of Color #95f097

%27.59
%44.44
%27.96

CMYK Percentages of Color #95f097

%38
%0
%37
%6

Triadic Colors of #95f097

#95f097 #9795f0 #f09795

Analogous Colors of #95f097

#95f097 #95f0c5 #c1f095

Monochromatic Colors of #95f097

#95f097

Complementary Color

#95f097 #f095ee

#95f097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95f097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95f097 Color CSS Codes

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

#95f097 Text Font Color

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

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


#95f097 Background Color

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

This div background color is #95f097


#95f097 Border Color

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

This div border color is #95f097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95f097


Comments

No comments written yet.

Please login to write comment.