Color Hex Logo

#99eefc Color Hex

#99EEFC
(153,238,252)
0 Favorites   0 Comments

Color spaces of #99eefc

RGB 153238252
HSL0.520.940.79
HSV188°39°99°
CMYK 0.390.060.00   0.01
XYZ61.282174.9497103.3323
Yxy74.94970.25580.3129
Hunter Lab86.5735-25.1502-10.1658
CIE-Lab89.3694-22.2270-14.8706

#99eefc color RGB value is (153,238,252).

#99eefc hex color red value is 153, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #99eefc hue: 0.52 , saturation: 0.94 and the lightness value of 99eefc is 0.79.

The process color (four color CMYK) of #99eefc color hex is 0.39, 0.06, 0.00, 0.01. Web safe color of #99eefc is #99ffff. Color #99eefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101110 11111100
Octal 231 356 374
Decimal 153 238 252
Hex 99 EE FC

RGB Percentages of Color #99eefc

%23.79
%37.01
%39.19

CMYK Percentages of Color #99eefc

%39
%6
%0
%1

Triadic Colors of #99eefc

#99eefc #fc99ee #eefc99

Analogous Colors of #99eefc

#99eefc #99bdfc #99fcd9

Monochromatic Colors of #99eefc

#99eefc

Complementary Color

#99eefc #fca799

#99eefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99eefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99eefc Color CSS Codes

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

#99eefc Text Font Color

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

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


#99eefc Background Color

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

This div background color is #99eefc


#99eefc Border Color

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

This div border color is #99eefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99eefc


Comments

No comments written yet.

Please login to write comment.