Color Hex Logo

#95abbe Color Hex

#95ABBE
(149,171,190)
0 Favorites   0 Comments

Color spaces of #95abbe

RGB 149171190
HSL0.580.240.66
HSV208°22°75°
CMYK 0.220.100.00   0.25
XYZ36.251639.233154.3773
Yxy39.23310.27920.3021
Hunter Lab62.6363-6.3044-7.6268
CIE-Lab68.9198-3.4293-12.2643

#95abbe color RGB value is (149,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101011 10111110
Octal 225 253 276
Decimal 149 171 190
Hex 95 AB BE

RGB Percentages of Color #95abbe

%29.22
%33.53
%37.25

CMYK Percentages of Color #95abbe

%22
%10
%0
%25

Triadic Colors of #95abbe

#95abbe #be95ab #abbe95

Analogous Colors of #95abbe

#95abbe #9597be #95bebd

Monochromatic Colors of #95abbe

#95abbe

Complementary Color

#95abbe #bea895

#95abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95abbe Color CSS Codes

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

#95abbe Text Font Color

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

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


#95abbe Background Color

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

This div background color is #95abbe


#95abbe Border Color

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

This div border color is #95abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95abbe


Comments

No comments written yet.

Please login to write comment.