Color Hex Logo

#95aabe Color Hex

#95AABE
(149,170,190)
0 Favorites   0 Comments

Color spaces of #95aabe

RGB 149170190
HSL0.580.240.66
HSV209°22°75°
CMYK 0.220.110.00   0.25
XYZ36.063438.856754.3145
Yxy38.85670.27910.3007
Hunter Lab62.3351-5.8170-8.0266
CIE-Lab68.6473-2.8835-12.6729

#95aabe color RGB value is (149,170,190).

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

The process color (four color CMYK) of #95aabe color hex is 0.22, 0.11, 0.00, 0.25. Web safe color of #95aabe is #9999cc. Color #95aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101010 10111110
Octal 225 252 276
Decimal 149 170 190
Hex 95 AA BE

RGB Percentages of Color #95aabe

%29.27
%33.40
%37.33

CMYK Percentages of Color #95aabe

%22
%11
%0
%25

Triadic Colors of #95aabe

#95aabe #be95aa #aabe95

Analogous Colors of #95aabe

#95aabe #9596be #95bebe

Monochromatic Colors of #95aabe

#95aabe

Complementary Color

#95aabe #bea995

#95aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aabe Color CSS Codes

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

#95aabe Text Font Color

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

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


#95aabe Background Color

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

This div background color is #95aabe


#95aabe Border Color

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

This div border color is #95aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aabe


Comments

No comments written yet.

Please login to write comment.