Color Hex Logo

#99fafd Color Hex

#99FAFD
(153,250,253)
0 Favorites   0 Comments

Color spaces of #99fafd

RGB 153250253
HSL0.510.960.80
HSV182°40°99°
CMYK 0.400.010.00   0.01
XYZ65.052182.2354105.3729
Yxy82.23540.25750.3255
Hunter Lab90.6837-30.6493-5.4153
CIE-Lab92.6787-27.8089-10.4503

#99fafd color RGB value is (153,250,253).

#99fafd hex color red value is 153, green value is 250 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #99fafd hue: 0.51 , saturation: 0.96 and the lightness value of 99fafd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111010 11111101
Octal 231 372 375
Decimal 153 250 253
Hex 99 FA FD

RGB Percentages of Color #99fafd

%23.32
%38.11
%38.57

CMYK Percentages of Color #99fafd

%40
%1
%0
%1

Triadic Colors of #99fafd

#99fafd #fd99fa #fafd99

Analogous Colors of #99fafd

#99fafd #99c8fd #99fdce

Monochromatic Colors of #99fafd

#99fafd

Complementary Color

#99fafd #fd9c99

#99fafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99fafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99fafd Color CSS Codes

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

#99fafd Text Font Color

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

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


#99fafd Background Color

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

This div background color is #99fafd


#99fafd Border Color

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

This div border color is #99fafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99fafd

Related Colors


Comments

No comments written yet.

Please login to write comment.