Color Hex Logo

#95b9bd Color Hex

#95B9BD
(149,185,189)
0 Favorites   0 Comments

Color spaces of #95b9bd

RGB 149185189
HSL0.520.230.66
HSV186°21°74°
CMYK 0.210.020.00   0.26
XYZ38.928744.761654.7322
Yxy44.76160.28120.3234
Hunter Lab66.9041-13.2205-1.6705
CIE-Lab72.7346-11.1579-6.0314

#95b9bd color RGB value is (149,185,189).

#95b9bd hex color red value is 149, green value is 185 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #95b9bd hue: 0.52 , saturation: 0.23 and the lightness value of 95b9bd is 0.66.

The process color (four color CMYK) of #95b9bd color hex is 0.21, 0.02, 0.00, 0.26. Web safe color of #95b9bd is #99cccc. Color #95b9bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111001 10111101
Octal 225 271 275
Decimal 149 185 189
Hex 95 B9 BD

RGB Percentages of Color #95b9bd

%28.49
%35.37
%36.14

CMYK Percentages of Color #95b9bd

%21
%2
%0
%26

Triadic Colors of #95b9bd

#95b9bd #bd95b9 #b9bd95

Analogous Colors of #95b9bd

#95b9bd #95a5bd #95bdad

Monochromatic Colors of #95b9bd

#95b9bd

Complementary Color

#95b9bd #bd9995

#95b9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b9bd Color CSS Codes

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

#95b9bd Text Font Color

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

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


#95b9bd Background Color

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

This div background color is #95b9bd


#95b9bd Border Color

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

This div border color is #95b9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b9bd


Comments

No comments written yet.

Please login to write comment.