Color Hex Logo

#95aca8 Color Hex

#95ACA8
(149,172,168)
0 Favorites   0 Comments

Color spaces of #95aca8

RGB 149172168
HSL0.470.120.63
HSV170°13°67°
CMYK 0.130.000.02   0.33
XYZ34.214838.721842.7165
Yxy38.72180.29580.3348
Hunter Lab62.2268-10.75062.8583
CIE-Lab68.5493-8.7545-0.6369

#95aca8 color RGB value is (149,172,168).

#95aca8 hex color red value is 149, green value is 172 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #95aca8 hue: 0.47 , saturation: 0.12 and the lightness value of 95aca8 is 0.63.

The process color (four color CMYK) of #95aca8 color hex is 0.13, 0.00, 0.02, 0.33. Web safe color of #95aca8 is #999999. Color #95aca8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101100 10101000
Octal 225 254 250
Decimal 149 172 168
Hex 95 AC A8

RGB Percentages of Color #95aca8

%30.47
%35.17
%34.36

CMYK Percentages of Color #95aca8

%13
%0
%2
%33

Triadic Colors of #95aca8

#95aca8 #a895ac #aca895

Analogous Colors of #95aca8

#95aca8 #95a5ac #95ac9d

Monochromatic Colors of #95aca8

#95aca8

Complementary Color

#95aca8 #ac9599

#95aca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aca8 Color CSS Codes

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

#95aca8 Text Font Color

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

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


#95aca8 Background Color

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

This div background color is #95aca8


#95aca8 Border Color

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

This div border color is #95aca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aca8


Comments

No comments written yet.

Please login to write comment.