Color Hex Logo

#95bfb7 Color Hex

#95BFB7
(149,191,183)
0 Favorites   0 Comments

Color spaces of #95bfb7

RGB 149191183
HSL0.470.250.67
HSV169°22°75°
CMYK 0.220.000.04   0.25
XYZ39.572547.070151.7995
Yxy47.07010.28580.3400
Hunter Lab68.6077-17.10563.2608
CIE-Lab74.2346-15.5874-0.5527

#95bfb7 color RGB value is (149,191,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111111 10110111
Octal 225 277 267
Decimal 149 191 183
Hex 95 BF B7

RGB Percentages of Color #95bfb7

%28.49
%36.52
%34.99

CMYK Percentages of Color #95bfb7

%22
%0
%4
%25

Triadic Colors of #95bfb7

#95bfb7 #b795bf #bfb795

Analogous Colors of #95bfb7

#95bfb7 #95b2bf #95bfa2

Monochromatic Colors of #95bfb7

#95bfb7

Complementary Color

#95bfb7 #bf959d

#95bfb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bfb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bfb7 Color CSS Codes

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

#95bfb7 Text Font Color

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

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


#95bfb7 Background Color

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

This div background color is #95bfb7


#95bfb7 Border Color

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

This div border color is #95bfb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bfb7


Comments

No comments written yet.

Please login to write comment.