Color Hex Logo

#95babd Color Hex

#95BABD
(149,186,189)
0 Favorites   0 Comments

Color spaces of #95babd

RGB 149186189
HSL0.510.230.66
HSV185°21°74°
CMYK 0.210.020.00   0.26
XYZ39.138645.181554.8022
Yxy45.18150.28130.3248
Hunter Lab67.2172-13.6947-1.2871
CIE-Lab73.0112-11.6840-5.6222

#95babd color RGB value is (149,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111010 10111101
Octal 225 272 275
Decimal 149 186 189
Hex 95 BA BD

RGB Percentages of Color #95babd

%28.44
%35.50
%36.07

CMYK Percentages of Color #95babd

%21
%2
%0
%26

Triadic Colors of #95babd

#95babd #bd95ba #babd95

Analogous Colors of #95babd

#95babd #95a6bd #95bdac

Monochromatic Colors of #95babd

#95babd

Complementary Color

#95babd #bd9895

#95babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95babd Color CSS Codes

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

#95babd Text Font Color

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

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


#95babd Background Color

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

This div background color is #95babd


#95babd Border Color

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

This div border color is #95babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95babd


Comments

No comments written yet.

Please login to write comment.