Color Hex Logo

#99bcbc Color Hex

#99BCBC
(153,188,188)
0 Favorites   0 Comments

Color spaces of #99bcbc

RGB 153188188
HSL0.500.210.67
HSV180°19°74°
CMYK 0.190.000.00   0.26
XYZ40.197246.369654.4086
Yxy46.36960.28510.3289
Hunter Lab68.0952-13.79660.2935
CIE-Lab73.7847-11.6940-3.9069

#99bcbc color RGB value is (153,188,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111100 10111100
Octal 231 274 274
Decimal 153 188 188
Hex 99 BC BC

RGB Percentages of Color #99bcbc

%28.92
%35.54
%35.54

CMYK Percentages of Color #99bcbc

%19
%0
%0
%26

Triadic Colors of #99bcbc

#99bcbc #bc99bc #bcbc99

Analogous Colors of #99bcbc

#99bcbc #99abbc #99bcab

Monochromatic Colors of #99bcbc

#99bcbc

Complementary Color

#99bcbc #bc9999

#99bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bcbc Color CSS Codes

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

#99bcbc Text Font Color

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

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


#99bcbc Background Color

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

This div background color is #99bcbc


#99bcbc Border Color

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

This div border color is #99bcbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,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 #99bcbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bcbc


Comments

No comments written yet.

Please login to write comment.