Color Hex Logo

#99cccb Color Hex

#99CCCB
(153,204,203)
0 Favorites   0 Comments

Color spaces of #99cccb

RGB 153204203
HSL0.500.330.70
HSV179°25°80°
CMYK 0.250.000.00   0.20
XYZ45.509254.269864.5764
Yxy54.26980.27690.3302
Hunter Lab73.6680-18.6488-0.4052
CIE-Lab78.6188-16.6774-4.8997

#99cccb color RGB value is (153,204,203).

#99cccb hex color red value is 153, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #99cccb hue: 0.50 , saturation: 0.33 and the lightness value of 99cccb is 0.70.

The process color (four color CMYK) of #99cccb color hex is 0.25, 0.00, 0.00, 0.20. Web safe color of #99cccb is #99cccc. Color #99cccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001100 11001011
Octal 231 314 313
Decimal 153 204 203
Hex 99 CC CB

RGB Percentages of Color #99cccb

%27.32
%36.43
%36.25

CMYK Percentages of Color #99cccb

%25
%0
%0
%20

Triadic Colors of #99cccb

#99cccb #cb99cc #cccb99

Analogous Colors of #99cccb

#99cccb #99b4cc #99ccb2

Monochromatic Colors of #99cccb

#99cccb

Complementary Color

#99cccb #cc999a

#99cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cccb Color CSS Codes

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

#99cccb Text Font Color

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

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


#99cccb Background Color

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

This div background color is #99cccb


#99cccb Border Color

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

This div border color is #99cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cccb


Comments

No comments written yet.

Please login to write comment.