Color Hex Logo

#99cefa Color Hex

#99CEFA
(153,206,250)
0 Favorites   0 Comments

Color spaces of #99cefa

RGB 153206250
HSL0.580.910.79
HSV207°39°98°
CMYK 0.390.180.00   0.02
XYZ52.463557.817098.8372
Yxy57.81700.25090.2765
Hunter Lab76.0375-9.9062-23.8418
CIE-Lab80.6369-6.3883-27.0343

#99cefa color RGB value is (153,206,250).

#99cefa hex color red value is 153, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #99cefa hue: 0.58 , saturation: 0.91 and the lightness value of 99cefa is 0.79.

The process color (four color CMYK) of #99cefa color hex is 0.39, 0.18, 0.00, 0.02. Web safe color of #99cefa is #99ccff. Color #99cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001110 11111010
Octal 231 316 372
Decimal 153 206 250
Hex 99 CE FA

RGB Percentages of Color #99cefa

%25.12
%33.83
%41.05

CMYK Percentages of Color #99cefa

%39
%18
%0
%2

Triadic Colors of #99cefa

#99cefa #fa99ce #cefa99

Analogous Colors of #99cefa

#99cefa #999efa #99faf6

Monochromatic Colors of #99cefa

#99cefa

Complementary Color

#99cefa #fac599

#99cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cefa Color CSS Codes

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

#99cefa Text Font Color

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

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


#99cefa Background Color

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

This div background color is #99cefa


#99cefa Border Color

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

This div border color is #99cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cefa


Comments

No comments written yet.

Please login to write comment.