Color Hex Logo

#95b5bf Color Hex

#95B5BF
(149,181,191)
0 Favorites   0 Comments

Color spaces of #95b5bf

RGB 149181191
HSL0.540.250.67
HSV194°22°75°
CMYK 0.220.050.00   0.25
XYZ38.322343.198955.6086
Yxy43.19890.27950.3150
Hunter Lab65.7259-10.9436-4.1553
CIE-Lab71.6898-8.5922-8.6772

#95b5bf color RGB value is (149,181,191).

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

The process color (four color CMYK) of #95b5bf color hex is 0.22, 0.05, 0.00, 0.25. Web safe color of #95b5bf is #99cccc. Color #95b5bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10110101 10111111
Octal 225 265 277
Decimal 149 181 191
Hex 95 B5 BF

RGB Percentages of Color #95b5bf

%28.60
%34.74
%36.66

CMYK Percentages of Color #95b5bf

%22
%5
%0
%25

Triadic Colors of #95b5bf

#95b5bf #bf95b5 #b5bf95

Analogous Colors of #95b5bf

#95b5bf #95a0bf #95bfb4

Monochromatic Colors of #95b5bf

#95b5bf

Complementary Color

#95b5bf #bf9f95

#95b5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b5bf Color CSS Codes

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

#95b5bf Text Font Color

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

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


#95b5bf Background Color

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

This div background color is #95b5bf


#95b5bf Border Color

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

This div border color is #95b5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b5bf


Comments

No comments written yet.

Please login to write comment.