Color Hex Logo

#95b999 Color Hex

#95B999
(149,185,153)
0 Favorites   0 Comments

Color spaces of #95b999

RGB 149185153
HSL0.350.200.65
HSV127°19°73°
CMYK 0.190.000.17   0.27
XYZ35.493243.387436.6409
Yxy43.38740.30720.3756
Hunter Lab65.8691-19.087213.1272
CIE-Lab71.8171-18.464312.2966

#95b999 color RGB value is (149,185,153).

#95b999 hex color red value is 149, green value is 185 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #95b999 hue: 0.35 , saturation: 0.20 and the lightness value of 95b999 is 0.65.

The process color (four color CMYK) of #95b999 color hex is 0.19, 0.00, 0.17, 0.27. Web safe color of #95b999 is #99cc99. Color #95b999 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111001 10011001
Octal 225 271 231
Decimal 149 185 153
Hex 95 B9 99

RGB Percentages of Color #95b999

%30.60
%37.99
%31.42

CMYK Percentages of Color #95b999

%19
%0
%17
%27

Triadic Colors of #95b999

#95b999 #9995b9 #b99995

Analogous Colors of #95b999

#95b999 #95b9ab #a3b995

Monochromatic Colors of #95b999

#95b999

Complementary Color

#95b999 #b995b5

#95b999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b999 Color CSS Codes

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

#95b999 Text Font Color

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

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


#95b999 Background Color

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

This div background color is #95b999


#95b999 Border Color

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

This div border color is #95b999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b999


Comments

No comments written yet.

Please login to write comment.