Color Hex Logo

#95acba Color Hex

#95ACBA
(149,172,186)
1 Favorites   0 Comments

Color spaces of #95acba

RGB 149172186
HSL0.560.210.66
HSV203°20°73°
CMYK 0.200.080.00   0.27
XYZ36.009939.439852.1691
Yxy39.43980.28220.3090
Hunter Lab62.8011-7.5508-5.2916
CIE-Lab69.0687-4.8786-9.8299

#95acba color RGB value is (149,172,186).

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

The process color (four color CMYK) of #95acba color hex is 0.20, 0.08, 0.00, 0.27. Web safe color of #95acba is #9999cc. Color #95acba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101100 10111010
Octal 225 254 272
Decimal 149 172 186
Hex 95 AC BA

RGB Percentages of Color #95acba

%29.39
%33.93
%36.69

CMYK Percentages of Color #95acba

%20
%8
%0
%27

Triadic Colors of #95acba

#95acba #ba95ac #acba95

Analogous Colors of #95acba

#95acba #959aba #95bab6

Monochromatic Colors of #95acba

#95acba

Complementary Color

#95acba #baa395

#95acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#95acba Color CSS Codes

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

#95acba Text Font Color

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

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


#95acba Background Color

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

This div background color is #95acba


#95acba Border Color

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

This div border color is #95acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95acba


Comments

No comments written yet.

Please login to write comment.