Color Hex Logo

#95acbf Color Hex

#95ACBF
(149,172,191)
0 Favorites   0 Comments

Color spaces of #95acbf

RGB 149172191
HSL0.580.250.67
HSV207°22°75°
CMYK 0.220.100.00   0.25
XYZ36.550939.656255.0182
Yxy39.65620.27850.3022
Hunter Lab62.9732-6.5980-7.7191
CIE-Lab69.2240-3.7452-12.3608

#95acbf color RGB value is (149,172,191).

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

The process color (four color CMYK) of #95acbf color hex is 0.22, 0.10, 0.00, 0.25. Web safe color of #95acbf is #9999cc. Color #95acbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101100 10111111
Octal 225 254 277
Decimal 149 172 191
Hex 95 AC BF

RGB Percentages of Color #95acbf

%29.10
%33.59
%37.30

CMYK Percentages of Color #95acbf

%22
%10
%0
%25

Triadic Colors of #95acbf

#95acbf #bf95ac #acbf95

Analogous Colors of #95acbf

#95acbf #9597bf #95bfbd

Monochromatic Colors of #95acbf

#95acbf

Complementary Color

#95acbf #bfa895

#95acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95acbf Color CSS Codes

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

#95acbf Text Font Color

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

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


#95acbf Background Color

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

This div background color is #95acbf


#95acbf Border Color

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

This div border color is #95acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95acbf


Comments

No comments written yet.

Please login to write comment.