Color Hex Logo

#95b793 Color Hex

#95B793
(149,183,147)
0 Favorites   0 Comments

Color spaces of #95b793

RGB 149183147
HSL0.320.200.65
HSV117°20°72°
CMYK 0.190.000.20   0.28
XYZ34.594442.363133.9573
Yxy42.36310.31190.3819
Hunter Lab65.0869-19.027514.6280
CIE-Lab71.1205-18.527014.5783

#95b793 color RGB value is (149,183,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10110111 10010011
Octal 225 267 223
Decimal 149 183 147
Hex 95 B7 93

RGB Percentages of Color #95b793

%31.11
%38.20
%30.69

CMYK Percentages of Color #95b793

%19
%0
%20
%28

Triadic Colors of #95b793

#95b793 #9395b7 #b79395

Analogous Colors of #95b793

#95b793 #93b7a3 #a7b793

Monochromatic Colors of #95b793

#95b793

Complementary Color

#95b793 #b593b7

#95b793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b793 Color CSS Codes

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

#95b793 Text Font Color

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

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


#95b793 Background Color

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

This div background color is #95b793


#95b793 Border Color

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

This div border color is #95b793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b793


Comments

No comments written yet.

Please login to write comment.