Color Hex Logo

#95ccaa Color Hex

#95CCAA
(149,204,170)
0 Favorites   0 Comments

Color spaces of #95ccaa

RGB 149204170
HSL0.400.350.69
HSV143°27°80°
CMYK 0.270.000.17   0.20
XYZ41.243052.477645.9857
Yxy52.47760.29520.3756
Hunter Lab72.4414-25.147313.0718
CIE-Lab77.5656-24.763711.2648

#95ccaa color RGB value is (149,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 10101010
Octal 225 314 252
Decimal 149 204 170
Hex 95 CC AA

RGB Percentages of Color #95ccaa

%28.49
%39.01
%32.50

CMYK Percentages of Color #95ccaa

%27
%0
%17
%20

Triadic Colors of #95ccaa

#95ccaa #aa95cc #ccaa95

Analogous Colors of #95ccaa

#95ccaa #95ccc6 #9ccc95

Monochromatic Colors of #95ccaa

#95ccaa

Complementary Color

#95ccaa #cc95b7

#95ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ccaa Color CSS Codes

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

#95ccaa Text Font Color

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

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


#95ccaa Background Color

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

This div background color is #95ccaa


#95ccaa Border Color

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

This div border color is #95ccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ccaa


Comments

No comments written yet.

Please login to write comment.