Color Hex Logo

#95abbf Color Hex

#95ABBF
(149,171,191)
0 Favorites   0 Comments

Color spaces of #95abbf

RGB 149171191
HSL0.580.250.67
HSV209°22°75°
CMYK 0.220.100.00   0.25
XYZ36.361339.277054.9550
Yxy39.27700.27840.3008
Hunter Lab62.6714-6.1110-8.1200
CIE-Lab68.9514-3.2003-12.7696

#95abbf color RGB value is (149,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101011 10111111
Octal 225 253 277
Decimal 149 171 191
Hex 95 AB BF

RGB Percentages of Color #95abbf

%29.16
%33.46
%37.38

CMYK Percentages of Color #95abbf

%22
%10
%0
%25

Triadic Colors of #95abbf

#95abbf #bf95ab #abbf95

Analogous Colors of #95abbf

#95abbf #9596bf #95bfbe

Monochromatic Colors of #95abbf

#95abbf

Complementary Color

#95abbf #bfa995

#95abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95abbf Color CSS Codes

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

#95abbf Text Font Color

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

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


#95abbf Background Color

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

This div background color is #95abbf


#95abbf Border Color

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

This div border color is #95abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95abbf


Comments

No comments written yet.

Please login to write comment.