Color Hex Logo

#95baab Color Hex

#95BAAB
(149,186,171)
0 Favorites   0 Comments

Color spaces of #95baab

RGB 149186171
HSL0.430.210.66
HSV156°20°73°
CMYK 0.200.000.08   0.27
XYZ37.304044.447645.1412
Yxy44.44760.29400.3503
Hunter Lab66.6690-16.79296.5234
CIE-Lab72.5267-15.50073.5013

#95baab color RGB value is (149,186,171).

#95baab hex color red value is 149, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #95baab hue: 0.43 , saturation: 0.21 and the lightness value of 95baab is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111010 10101011
Octal 225 272 253
Decimal 149 186 171
Hex 95 BA AB

RGB Percentages of Color #95baab

%29.45
%36.76
%33.79

CMYK Percentages of Color #95baab

%20
%0
%8
%27

Triadic Colors of #95baab

#95baab #ab95ba #baab95

Analogous Colors of #95baab

#95baab #95b7ba #95ba99

Monochromatic Colors of #95baab

#95baab

Complementary Color

#95baab #ba95a4

#95baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#95baab Color CSS Codes

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

#95baab Text Font Color

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

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


#95baab Background Color

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

This div background color is #95baab


#95baab Border Color

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

This div border color is #95baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95baab


Comments

No comments written yet.

Please login to write comment.