Color Hex Logo

#99cccf Color Hex

#99CCCF
(153,204,207)
0 Favorites   0 Comments

Color spaces of #99cccf

RGB 153204207
HSL0.510.360.71
HSV183°26°81°
CMYK 0.260.010.00   0.19
XYZ45.992254.463067.1199
Yxy54.46300.27450.3250
Hunter Lab73.7991-17.9056-2.2646
CIE-Lab78.7309-15.7818-6.8842

#99cccf color RGB value is (153,204,207).

#99cccf hex color red value is 153, green value is 204 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #99cccf hue: 0.51 , saturation: 0.36 and the lightness value of 99cccf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001100 11001111
Octal 231 314 317
Decimal 153 204 207
Hex 99 CC CF

RGB Percentages of Color #99cccf

%27.13
%36.17
%36.70

CMYK Percentages of Color #99cccf

%26
%1
%0
%19

Triadic Colors of #99cccf

#99cccf #cf99cc #cccf99

Analogous Colors of #99cccf

#99cccf #99b1cf #99cfb7

Monochromatic Colors of #99cccf

#99cccf

Complementary Color

#99cccf #cf9c99

#99cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cccf Color CSS Codes

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

#99cccf Text Font Color

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

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


#99cccf Background Color

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

This div background color is #99cccf


#99cccf Border Color

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

This div border color is #99cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cccf


Comments

No comments written yet.

Please login to write comment.