Color Hex Logo

#95cc93 Color Hex

#95CC93
(149,204,147)
0 Favorites   0 Comments

Color spaces of #95cc93

RGB 149204147
HSL0.330.360.69
HSV118°28°80°
CMYK 0.270.000.28   0.20
XYZ39.253851.681935.5105
Yxy51.68190.31040.4087
Hunter Lab71.8901-28.342321.0365
CIE-Lab77.0902-28.901322.8337

#95cc93 color RGB value is (149,204,147).

#95cc93 hex color red value is 149, green value is 204 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #95cc93 hue: 0.33 , saturation: 0.36 and the lightness value of 95cc93 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 10010011
Octal 225 314 223
Decimal 149 204 147
Hex 95 CC 93

RGB Percentages of Color #95cc93

%29.80
%40.80
%29.40

CMYK Percentages of Color #95cc93

%27
%0
%28
%20

Triadic Colors of #95cc93

#95cc93 #9395cc #cc9395

Analogous Colors of #95cc93

#95cc93 #93ccae #b2cc93

Monochromatic Colors of #95cc93

#95cc93

Complementary Color

#95cc93 #ca93cc

#95cc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cc93 Color CSS Codes

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

#95cc93 Text Font Color

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

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


#95cc93 Background Color

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

This div background color is #95cc93


#95cc93 Border Color

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

This div border color is #95cc93


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,204,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 #95cc93">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cc93


Comments

No comments written yet.

Please login to write comment.