Color Hex Logo

#95bcbc Color Hex

#95BCBC
(149,188,188)
0 Favorites   0 Comments

Color spaces of #95bcbc

RGB 149188188
HSL0.500.230.66
HSV180°21°74°
CMYK 0.210.000.00   0.26
XYZ39.454745.986854.3738
Yxy45.98680.28220.3289
Hunter Lab67.8136-14.8204-0.0700
CIE-Lab73.5370-12.9513-4.3002

#95bcbc color RGB value is (149,188,188).

#95bcbc hex color red value is 149, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #95bcbc hue: 0.50 , saturation: 0.23 and the lightness value of 95bcbc is 0.66.

The process color (four color CMYK) of #95bcbc color hex is 0.21, 0.00, 0.00, 0.26. Web safe color of #95bcbc is #99cccc. Color #95bcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111100 10111100
Octal 225 274 274
Decimal 149 188 188
Hex 95 BC BC

RGB Percentages of Color #95bcbc

%28.38
%35.81
%35.81

CMYK Percentages of Color #95bcbc

%21
%0
%0
%26

Triadic Colors of #95bcbc

#95bcbc #bc95bc #bcbc95

Analogous Colors of #95bcbc

#95bcbc #95a9bc #95bca9

Monochromatic Colors of #95bcbc

#95bcbc

Complementary Color

#95bcbc #bc9595

#95bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bcbc Color CSS Codes

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

#95bcbc Text Font Color

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

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


#95bcbc Background Color

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

This div background color is #95bcbc


#95bcbc Border Color

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

This div border color is #95bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bcbc


Comments

No comments written yet.

Please login to write comment.