Color Hex Logo

#95d095 Color Hex

#95D095
(149,208,149)
0 Favorites   0 Comments

Color spaces of #95d095

RGB 149208149
HSL0.330.390.70
HSV120°28°82°
CMYK 0.280.000.28   0.18
XYZ40.375153.671236.6654
Yxy53.67120.30890.4106
Hunter Lab73.2606-29.831921.6090
CIE-Lab78.2696-30.472623.3906

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11010000 10010101
Octal 225 320 225
Decimal 149 208 149
Hex 95 D0 95

RGB Percentages of Color #95d095

%29.45
%41.11
%29.45

CMYK Percentages of Color #95d095

%28
%0
%28
%18

Triadic Colors of #95d095

#95d095 #9595d0 #d09595

Analogous Colors of #95d095

#95d095 #95d0b3 #b3d095

Monochromatic Colors of #95d095

#95d095

Complementary Color

#95d095 #d095d0

#95d095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95d095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95d095 Color CSS Codes

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

#95d095 Text Font Color

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

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


#95d095 Background Color

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

This div background color is #95d095


#95d095 Border Color

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

This div border color is #95d095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95d095


Comments

No comments written yet.

Please login to write comment.