Color Hex Logo

#95ccac Color Hex

#95CCAC
(149,204,172)
0 Favorites   0 Comments

Color spaces of #95ccac

RGB 149204172
HSL0.400.350.69
HSV145°27°80°
CMYK 0.270.000.16   0.20
XYZ41.433752.553946.9898
Yxy52.55390.29390.3728
Hunter Lab72.4941-24.843612.3148
CIE-Lab77.6109-24.376510.2586

#95ccac color RGB value is (149,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 10101100
Octal 225 314 254
Decimal 149 204 172
Hex 95 CC AC

RGB Percentages of Color #95ccac

%28.38
%38.86
%32.76

CMYK Percentages of Color #95ccac

%27
%0
%16
%20

Triadic Colors of #95ccac

#95ccac #ac95cc #ccac95

Analogous Colors of #95ccac

#95ccac #95ccc8 #9acc95

Monochromatic Colors of #95ccac

#95ccac

Complementary Color

#95ccac #cc95b5

#95ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ccac Color CSS Codes

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

#95ccac Text Font Color

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

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


#95ccac Background Color

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

This div background color is #95ccac


#95ccac Border Color

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

This div border color is #95ccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ccac

#95ccac Color Palettes


Comments

No comments written yet.

Please login to write comment.