Color Hex Logo

#95aabb Color Hex

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

Color spaces of #95aabb

RGB 149170187
HSL0.570.220.66
HSV207°20°73°
CMYK 0.200.090.00   0.27
XYZ35.738838.726952.6051
Yxy38.72690.28130.3048
Hunter Lab62.2309-6.3928-6.5574
CIE-Lab68.5530-3.5661-11.1538

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

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

The process color (four color CMYK) of #95aabb color hex is 0.20, 0.09, 0.00, 0.27. Web safe color of #95aabb is #9999cc. Color #95aabb contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #95aabb

%29.45
%33.60
%36.96

CMYK Percentages of Color #95aabb

%20
%9
%0
%27

Triadic Colors of #95aabb

#95aabb #bb95aa #aabb95

Analogous Colors of #95aabb

#95aabb #9597bb #95bbb9

Monochromatic Colors of #95aabb

#95aabb

Complementary Color

#95aabb #bba695

#95aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aabb Color CSS Codes

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

#95aabb Text Font Color

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

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


#95aabb Background Color

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

This div background color is #95aabb


#95aabb Border Color

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

This div border color is #95aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aabb


Comments

No comments written yet.

Please login to write comment.