Color Hex Logo

#95babc Color Hex

#95BABC
(149,186,188)
0 Favorites   0 Comments

Color spaces of #95babc

RGB 149186188
HSL0.510.230.66
HSV183°21°74°
CMYK 0.210.010.00   0.26
XYZ39.030445.138254.2324
Yxy45.13820.28200.3261
Hunter Lab67.1850-13.8760-0.8300
CIE-Lab72.9828-11.9045-5.1180

#95babc color RGB value is (149,186,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111010 10111100
Octal 225 272 274
Decimal 149 186 188
Hex 95 BA BC

RGB Percentages of Color #95babc

%28.49
%35.56
%35.95

CMYK Percentages of Color #95babc

%21
%1
%0
%26

Triadic Colors of #95babc

#95babc #bc95ba #babc95

Analogous Colors of #95babc

#95babc #95a7bc #95bcab

Monochromatic Colors of #95babc

#95babc

Complementary Color

#95babc #bc9795

#95babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95babc Color CSS Codes

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

#95babc Text Font Color

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

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


#95babc Background Color

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

This div background color is #95babc


#95babc Border Color

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

This div border color is #95babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95babc


Comments

No comments written yet.

Please login to write comment.