Color Hex Logo

#95babf Color Hex

#95BABF
(149,186,191)
0 Favorites   0 Comments

Color spaces of #95babf

RGB 149186191
HSL0.520.250.67
HSV187°22°75°
CMYK 0.220.030.00   0.25
XYZ39.357345.269055.9536
Yxy45.26900.28000.3220
Hunter Lab67.2822-13.3289-2.2095
CIE-Lab73.0687-11.2399-6.6297

#95babf color RGB value is (149,186,191).

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

The process color (four color CMYK) of #95babf color hex is 0.22, 0.03, 0.00, 0.25. Web safe color of #95babf is #99cccc. Color #95babf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111010 10111111
Octal 225 272 277
Decimal 149 186 191
Hex 95 BA BF

RGB Percentages of Color #95babf

%28.33
%35.36
%36.31

CMYK Percentages of Color #95babf

%22
%3
%0
%25

Triadic Colors of #95babf

#95babf #bf95ba #babf95

Analogous Colors of #95babf

#95babf #95a5bf #95bfaf

Monochromatic Colors of #95babf

#95babf

Complementary Color

#95babf #bf9a95

#95babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95babf Color CSS Codes

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

#95babf Text Font Color

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

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


#95babf Background Color

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

This div background color is #95babf


#95babf Border Color

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

This div border color is #95babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95babf


Comments

No comments written yet.

Please login to write comment.