Color Hex Logo

#99ccec Color Hex

#99CCEC
(153,204,236)
0 Favorites   0 Comments

Color spaces of #99ccec

RGB 153204236
HSL0.560.690.76
HSV203°35°93°
CMYK 0.350.140.00   0.07
XYZ49.870156.014287.5403
Yxy56.01420.25780.2896
Hunter Lab74.8426-12.0342-16.9592
CIE-Lab79.6219-8.8859-21.1060

#99ccec color RGB value is (153,204,236).

#99ccec hex color red value is 153, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #99ccec hue: 0.56 , saturation: 0.69 and the lightness value of 99ccec is 0.76.

The process color (four color CMYK) of #99ccec color hex is 0.35, 0.14, 0.00, 0.07. Web safe color of #99ccec is #99ccff. Color #99ccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001100 11101100
Octal 231 314 354
Decimal 153 204 236
Hex 99 CC EC

RGB Percentages of Color #99ccec

%25.80
%34.40
%39.80

CMYK Percentages of Color #99ccec

%35
%14
%0
%7

Triadic Colors of #99ccec

#99ccec #ec99cc #ccec99

Analogous Colors of #99ccec

#99ccec #99a3ec #99ece3

Monochromatic Colors of #99ccec

#99ccec

Complementary Color

#99ccec #ecb999

#99ccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ccec Color CSS Codes

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

#99ccec Text Font Color

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

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


#99ccec Background Color

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

This div background color is #99ccec


#99ccec Border Color

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

This div border color is #99ccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ccec


Comments

No comments written yet.

Please login to write comment.