Color Hex Logo

#99dbfe Color Hex

#99DBFE
(153,219,254)
0 Favorites   0 Comments

Color spaces of #99dbfe

RGB 153219254
HSL0.560.980.80
HSV201°40°100°
CMYK 0.400.140.00   0.00
XYZ56.357864.5911103.2629
Yxy64.59110.25140.2881
Hunter Lab80.3686-15.4734-19.9217
CIE-Lab84.2726-12.1521-23.6142

#99dbfe color RGB value is (153,219,254).

#99dbfe hex color red value is 153, green value is 219 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #99dbfe hue: 0.56 , saturation: 0.98 and the lightness value of 99dbfe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011011 11111110
Octal 231 333 376
Decimal 153 219 254
Hex 99 DB FE

RGB Percentages of Color #99dbfe

%24.44
%34.98
%40.58

CMYK Percentages of Color #99dbfe

%40
%14
%0
%0

Triadic Colors of #99dbfe

#99dbfe #fe99db #dbfe99

Analogous Colors of #99dbfe

#99dbfe #99a9fe #99feef

Monochromatic Colors of #99dbfe

#99dbfe

Complementary Color

#99dbfe #febc99

#99dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dbfe Color CSS Codes

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

#99dbfe Text Font Color

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

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


#99dbfe Background Color

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

This div background color is #99dbfe


#99dbfe Border Color

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

This div border color is #99dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.