Color Hex Logo

#99dffe Color Hex

#99DFFE
(153,223,254)
0 Favorites   0 Comments

Color spaces of #99dffe

RGB 153223254
HSL0.550.980.80
HSV198°40°100°
CMYK 0.400.120.00   0.00
XYZ57.413966.7034103.6149
Yxy66.70340.25210.2929
Hunter Lab81.6721-17.4443-18.0489
CIE-Lab85.3539-14.2055-21.9728

#99dffe color RGB value is (153,223,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 11111110
Octal 231 337 376
Decimal 153 223 254
Hex 99 DF FE

RGB Percentages of Color #99dffe

%24.29
%35.40
%40.32

CMYK Percentages of Color #99dffe

%40
%12
%0
%0

Triadic Colors of #99dffe

#99dffe #fe99df #dffe99

Analogous Colors of #99dffe

#99dffe #99adfe #99feeb

Monochromatic Colors of #99dffe

#99dffe

Complementary Color

#99dffe #feb899

#99dffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dffe Color CSS Codes

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

#99dffe Text Font Color

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

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


#99dffe Background Color

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

This div background color is #99dffe


#99dffe Border Color

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

This div border color is #99dffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dffe

Related Colors


Comments

No comments written yet.

Please login to write comment.