Color Hex Logo

#95ef29 Color Hex

#95EF29
(149,239,41)
0 Favorites   0 Comments

Color spaces of #95ef29

RGB 14923941
HSL0.240.860.55
HSV87°83°94°
CMYK 0.380.000.83   0.06
XYZ43.661268.282712.9765
Yxy68.28270.34950.5466
Hunter Lab82.6333-50.293848.5326
CIE-Lab86.1476-54.497277.6937

#95ef29 color RGB value is (149,239,41).

#95ef29 hex color red value is 149, green value is 239 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #95ef29 hue: 0.24 , saturation: 0.86 and the lightness value of 95ef29 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101111 00101001
Octal 225 357 51
Decimal 149 239 41
Hex 95 EF 29

RGB Percentages of Color #95ef29

%34.73
%55.71
%9.56

CMYK Percentages of Color #95ef29

%38
%0
%83
%6

Triadic Colors of #95ef29

#95ef29 #2995ef #ef2995

Analogous Colors of #95ef29

#95ef29 #32ef29 #efe629

Monochromatic Colors of #95ef29

#95ef29

Complementary Color

#95ef29 #8329ef

#95ef29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ef29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ef29 Color CSS Codes

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

#95ef29 Text Font Color

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

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


#95ef29 Background Color

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

This div background color is #95ef29


#95ef29 Border Color

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

This div border color is #95ef29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ef29


Comments

No comments written yet.

Please login to write comment.