Color Hex Logo

#95bbaa Color Hex

#95BBAA
(149,187,170)
0 Favorites   0 Comments

Color spaces of #95bbaa

RGB 149187170
HSL0.430.220.66
HSV153°20°73°
CMYK 0.200.000.09   0.27
XYZ37.420444.832544.7115
Yxy44.83250.29470.3531
Hunter Lab66.9571-17.41637.2782
CIE-Lab72.7815-16.21864.4153

#95bbaa color RGB value is (149,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111011 10101010
Octal 225 273 252
Decimal 149 187 170
Hex 95 BB AA

RGB Percentages of Color #95bbaa

%29.45
%36.96
%33.60

CMYK Percentages of Color #95bbaa

%20
%0
%9
%27

Triadic Colors of #95bbaa

#95bbaa #aa95bb #bbaa95

Analogous Colors of #95bbaa

#95bbaa #95b9bb #95bb97

Monochromatic Colors of #95bbaa

#95bbaa

Complementary Color

#95bbaa #bb95a6

#95bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bbaa Color CSS Codes

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

#95bbaa Text Font Color

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

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


#95bbaa Background Color

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

This div background color is #95bbaa


#95bbaa Border Color

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

This div border color is #95bbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,187,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 #95bbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bbaa


Comments

No comments written yet.

Please login to write comment.