Color Hex Logo

#95d050 Color Hex

#95D050
(149,208,80)
0 Favorites   0 Comments

Color spaces of #95d050

RGB 14920880
HSL0.240.580.56
HSV88°62°82°
CMYK 0.280.000.62   0.18
XYZ36.398352.080515.7236
Yxy52.08050.34930.4998
Hunter Lab72.1668-36.263137.5988
CIE-Lab77.3289-39.187255.9834

#95d050 color RGB value is (149,208,80).

#95d050 hex color red value is 149, green value is 208 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #95d050 hue: 0.24 , saturation: 0.58 and the lightness value of 95d050 is 0.56.

The process color (four color CMYK) of #95d050 color hex is 0.28, 0.00, 0.62, 0.18. Web safe color of #95d050 is #99cc66. Color #95d050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11010000 01010000
Octal 225 320 120
Decimal 149 208 80
Hex 95 D0 50

RGB Percentages of Color #95d050

%34.10
%47.60
%18.31

CMYK Percentages of Color #95d050

%28
%0
%62
%18

Triadic Colors of #95d050

#95d050 #5095d0 #d05095

Analogous Colors of #95d050

#95d050 #55d050 #d0cb50

Monochromatic Colors of #95d050

#95d050

Complementary Color

#95d050 #8b50d0

#95d050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95d050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95d050 Color CSS Codes

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

#95d050 Text Font Color

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

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


#95d050 Background Color

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

This div background color is #95d050


#95d050 Border Color

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

This div border color is #95d050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95d050


Comments

No comments written yet.

Please login to write comment.