Color Hex Logo

#99cffa Color Hex

#99CFFA
(153,207,250)
0 Favorites   0 Comments

Color spaces of #99cffa

RGB 153207250
HSL0.570.910.79
HSV207°39°98°
CMYK 0.390.170.00   0.02
XYZ52.705058.300198.9177
Yxy58.30010.25110.2777
Hunter Lab76.3545-10.4077-23.3624
CIE-Lab80.9054-6.9169-26.6240

#99cffa color RGB value is (153,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001111 11111010
Octal 231 317 372
Decimal 153 207 250
Hex 99 CF FA

RGB Percentages of Color #99cffa

%25.08
%33.93
%40.98

CMYK Percentages of Color #99cffa

%39
%17
%0
%2

Triadic Colors of #99cffa

#99cffa #fa99cf #cffa99

Analogous Colors of #99cffa

#99cffa #999ffa #99faf5

Monochromatic Colors of #99cffa

#99cffa

Complementary Color

#99cffa #fac499

#99cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cffa Color CSS Codes

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

#99cffa Text Font Color

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

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


#99cffa Background Color

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

This div background color is #99cffa


#99cffa Border Color

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

This div border color is #99cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cffa


Comments

No comments written yet.

Please login to write comment.