Color Hex Logo

#95ccaf Color Hex

#95CCAF
(149,204,175)
0 Favorites   0 Comments

Color spaces of #95ccaf

RGB 149204175
HSL0.410.350.69
HSV148°27°80°
CMYK 0.270.000.14   0.20
XYZ41.725252.670448.5247
Yxy52.67040.29190.3685
Hunter Lab72.5744-24.380111.1596
CIE-Lab77.6800-23.78758.7498

#95ccaf color RGB value is (149,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 10101111
Octal 225 314 257
Decimal 149 204 175
Hex 95 CC AF

RGB Percentages of Color #95ccaf

%28.22
%38.64
%33.14

CMYK Percentages of Color #95ccaf

%27
%0
%14
%20

Triadic Colors of #95ccaf

#95ccaf #af95cc #ccaf95

Analogous Colors of #95ccaf

#95ccaf #95cccb #97cc95

Monochromatic Colors of #95ccaf

#95ccaf

Complementary Color

#95ccaf #cc95b2

#95ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ccaf Color CSS Codes

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

#95ccaf Text Font Color

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

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


#95ccaf Background Color

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

This div background color is #95ccaf


#95ccaf Border Color

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

This div border color is #95ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ccaf


Comments

No comments written yet.

Please login to write comment.