Color Hex Logo

#95e972 Color Hex

#95E972
(149,233,114)
0 Favorites   0 Comments

Color spaces of #95e972

RGB 149233114
HSL0.280.730.68
HSV102°51°91°
CMYK 0.360.000.51   0.09
XYZ44.570665.882326.2870
Yxy65.88230.32600.4818
Hunter Lab81.1679-44.026637.6159
CIE-Lab84.9363-46.616149.4935

#95e972 color RGB value is (149,233,114).

#95e972 hex color red value is 149, green value is 233 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #95e972 hue: 0.28 , saturation: 0.73 and the lightness value of 95e972 is 0.68.

The process color (four color CMYK) of #95e972 color hex is 0.36, 0.00, 0.51, 0.09. Web safe color of #95e972 is #99ff66. Color #95e972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101001 01110010
Octal 225 351 162
Decimal 149 233 114
Hex 95 E9 72

RGB Percentages of Color #95e972

%30.04
%46.98
%22.98

CMYK Percentages of Color #95e972

%36
%0
%51
%9

Triadic Colors of #95e972

#95e972 #7295e9 #e97295

Analogous Colors of #95e972

#95e972 #72e98b #d1e972

Monochromatic Colors of #95e972

#95e972

Complementary Color

#95e972 #c672e9

#95e972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95e972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95e972 Color CSS Codes

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

#95e972 Text Font Color

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

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


#95e972 Background Color

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

This div background color is #95e972


#95e972 Border Color

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

This div border color is #95e972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95e972


Comments

No comments written yet.

Please login to write comment.