Color Hex Logo

#95ccbf Color Hex

#95CCBF
(149,204,191)
0 Favorites   0 Comments

Color spaces of #95ccbf

RGB 149204191
HSL0.460.350.69
HSV166°27°80°
CMYK 0.270.000.06   0.20
XYZ43.391353.336957.2983
Yxy53.33690.28170.3463
Hunter Lab73.0321-21.75224.6057
CIE-Lab78.0735-20.49150.7262

#95ccbf color RGB value is (149,204,191).

#95ccbf hex color red value is 149, green value is 204 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #95ccbf hue: 0.46 , saturation: 0.35 and the lightness value of 95ccbf is 0.69.

The process color (four color CMYK) of #95ccbf color hex is 0.27, 0.00, 0.06, 0.20. Web safe color of #95ccbf is #99cccc. Color #95ccbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 10111111
Octal 225 314 277
Decimal 149 204 191
Hex 95 CC BF

RGB Percentages of Color #95ccbf

%27.39
%37.50
%35.11

CMYK Percentages of Color #95ccbf

%27
%0
%6
%20

Triadic Colors of #95ccbf

#95ccbf #bf95cc #ccbf95

Analogous Colors of #95ccbf

#95ccbf #95becc #95cca4

Monochromatic Colors of #95ccbf

#95ccbf

Complementary Color

#95ccbf #cc95a2

#95ccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ccbf Color CSS Codes

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

#95ccbf Text Font Color

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

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


#95ccbf Background Color

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

This div background color is #95ccbf


#95ccbf Border Color

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

This div border color is #95ccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ccbf


Comments

No comments written yet.

Please login to write comment.