Color Hex Logo

#95bbcb Color Hex

#95BBCB
(149,187,203)
0 Favorites   0 Comments

Color spaces of #95bbcb

RGB 149187203
HSL0.550.340.69
HSV198°27°80°
CMYK 0.270.080.00   0.20
XYZ40.944246.242063.2675
Yxy46.24200.27210.3074
Hunter Lab68.0015-11.5264-7.5615
CIE-Lab73.7023-9.0281-12.2334

#95bbcb color RGB value is (149,187,203).

#95bbcb hex color red value is 149, green value is 187 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #95bbcb hue: 0.55 , saturation: 0.34 and the lightness value of 95bbcb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111011 11001011
Octal 225 273 313
Decimal 149 187 203
Hex 95 BB CB

RGB Percentages of Color #95bbcb

%27.64
%34.69
%37.66

CMYK Percentages of Color #95bbcb

%27
%8
%0
%20

Triadic Colors of #95bbcb

#95bbcb #cb95bb #bbcb95

Analogous Colors of #95bbcb

#95bbcb #95a0cb #95cbc0

Monochromatic Colors of #95bbcb

#95bbcb

Complementary Color

#95bbcb #cba595

#95bbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bbcb Color CSS Codes

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

#95bbcb Text Font Color

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

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


#95bbcb Background Color

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

This div background color is #95bbcb


#95bbcb Border Color

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

This div border color is #95bbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bbcb


Comments

No comments written yet.

Please login to write comment.