Color Hex Logo

#95ef91 Color Hex

#95EF91
(149,239,145)
0 Favorites   0 Comments

Color spaces of #95ef91

RGB 149239145
HSL0.330.750.75
HSV117°39°94°
CMYK 0.380.000.39   0.06
XYZ48.371870.166937.7822
Yxy70.16690.30940.4489
Hunter Lab83.7657-43.512331.8934
CIE-Lab87.0787-45.106937.1800

#95ef91 color RGB value is (149,239,145).

#95ef91 hex color red value is 149, green value is 239 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #95ef91 hue: 0.33 , saturation: 0.75 and the lightness value of 95ef91 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101111 10010001
Octal 225 357 221
Decimal 149 239 145
Hex 95 EF 91

RGB Percentages of Color #95ef91

%27.95
%44.84
%27.20

CMYK Percentages of Color #95ef91

%38
%0
%39
%6

Triadic Colors of #95ef91

#95ef91 #9195ef #ef9195

Analogous Colors of #95ef91

#95ef91 #91efbc #c4ef91

Monochromatic Colors of #95ef91

#95ef91

Complementary Color

#95ef91 #eb91ef

#95ef91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ef91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ef91 Color CSS Codes

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

#95ef91 Text Font Color

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

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


#95ef91 Background Color

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

This div background color is #95ef91


#95ef91 Border Color

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

This div border color is #95ef91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ef91


Comments

No comments written yet.

Please login to write comment.