Color Hex Logo

#99dfea Color Hex

#99DFEA
(153,223,234)
0 Favorites   0 Comments

Color spaces of #99dfea

RGB 153223234
HSL0.520.660.76
HSV188°35°92°
CMYK 0.350.050.00   0.08
XYZ54.375865.488287.6165
Yxy65.48820.26210.3156
Hunter Lab80.9248-21.6788-7.5454
CIE-Lab84.7347-19.1270-12.3448

#99dfea color RGB value is (153,223,234).

#99dfea hex color red value is 153, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #99dfea hue: 0.52 , saturation: 0.66 and the lightness value of 99dfea is 0.76.

The process color (four color CMYK) of #99dfea color hex is 0.35, 0.05, 0.00, 0.08. Web safe color of #99dfea is #99ccff. Color #99dfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 11101010
Octal 231 337 352
Decimal 153 223 234
Hex 99 DF EA

RGB Percentages of Color #99dfea

%25.08
%36.56
%38.36

CMYK Percentages of Color #99dfea

%35
%5
%0
%8

Triadic Colors of #99dfea

#99dfea #ea99df #dfea99

Analogous Colors of #99dfea

#99dfea #99b7ea #99eacd

Monochromatic Colors of #99dfea

#99dfea

Complementary Color

#99dfea #eaa499

#99dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dfea Color CSS Codes

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

#99dfea Text Font Color

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

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


#99dfea Background Color

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

This div background color is #99dfea


#99dfea Border Color

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

This div border color is #99dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dfea


Comments

No comments written yet.

Please login to write comment.