Color Hex Logo

#95b3bd Color Hex

#95B3BD
(149,179,189)
0 Favorites   0 Comments

Color spaces of #95b3bd

RGB 149179189
HSL0.540.230.66
HSV195°21°74°
CMYK 0.210.050.00   0.26
XYZ37.699842.303954.3226
Yxy42.30390.28070.3149
Hunter Lab65.0414-10.3591-3.9900
CIE-Lab71.0799-7.9747-8.4866

#95b3bd color RGB value is (149,179,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10110011 10111101
Octal 225 263 275
Decimal 149 179 189
Hex 95 B3 BD

RGB Percentages of Color #95b3bd

%28.82
%34.62
%36.56

CMYK Percentages of Color #95b3bd

%21
%5
%0
%26

Triadic Colors of #95b3bd

#95b3bd #bd95b3 #b3bd95

Analogous Colors of #95b3bd

#95b3bd #959fbd #95bdb3

Monochromatic Colors of #95b3bd

#95b3bd

Complementary Color

#95b3bd #bd9f95

#95b3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b3bd Color CSS Codes

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

#95b3bd Text Font Color

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

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


#95b3bd Background Color

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

This div background color is #95b3bd


#95b3bd Border Color

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

This div border color is #95b3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b3bd

#95b3bd Color Palettes


Comments

No comments written yet.

Please login to write comment.