Color Hex Logo

#99dfee Color Hex

#99DFEE
(153,223,238)
0 Favorites   0 Comments

Color spaces of #99dfee

RGB 153223238
HSL0.530.710.77
HSV191°36°93°
CMYK 0.360.060.00   0.07
XYZ54.957265.720790.6777
Yxy65.72070.26000.3109
Hunter Lab81.0683-20.8622-9.5701
CIE-Lab84.8537-18.1661-14.2812

#99dfee color RGB value is (153,223,238).

#99dfee hex color red value is 153, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #99dfee hue: 0.53 , saturation: 0.71 and the lightness value of 99dfee is 0.77.

The process color (four color CMYK) of #99dfee color hex is 0.36, 0.06, 0.00, 0.07. Web safe color of #99dfee is #99ccff. Color #99dfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 11101110
Octal 231 337 356
Decimal 153 223 238
Hex 99 DF EE

RGB Percentages of Color #99dfee

%24.92
%36.32
%38.76

CMYK Percentages of Color #99dfee

%36
%6
%0
%7

Triadic Colors of #99dfee

#99dfee #ee99df #dfee99

Analogous Colors of #99dfee

#99dfee #99b5ee #99eed3

Monochromatic Colors of #99dfee

#99dfee

Complementary Color

#99dfee #eea899

#99dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dfee Color CSS Codes

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

#99dfee Text Font Color

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

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


#99dfee Background Color

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

This div background color is #99dfee


#99dfee Border Color

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

This div border color is #99dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dfee


Comments

No comments written yet.

Please login to write comment.