Color Hex Logo

#99dfec Color Hex

#99DFEC
(153,223,236)
0 Favorites   0 Comments

Color spaces of #99dfec

RGB 153223236
HSL0.530.690.76
HSV189°35°93°
CMYK 0.350.060.00   0.07
XYZ54.664965.603889.1385
Yxy65.60380.26100.3133
Hunter Lab80.9962-21.2724-8.5529
CIE-Lab84.7939-18.6480-13.3136

#99dfec color RGB value is (153,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 11101100
Octal 231 337 354
Decimal 153 223 236
Hex 99 DF EC

RGB Percentages of Color #99dfec

%25.00
%36.44
%38.56

CMYK Percentages of Color #99dfec

%35
%6
%0
%7

Triadic Colors of #99dfec

#99dfec #ec99df #dfec99

Analogous Colors of #99dfec

#99dfec #99b6ec #99ecd0

Monochromatic Colors of #99dfec

#99dfec

Complementary Color

#99dfec #eca699

#99dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dfec Color CSS Codes

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

#99dfec Text Font Color

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

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


#99dfec Background Color

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

This div background color is #99dfec


#99dfec Border Color

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

This div border color is #99dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dfec

#99dfec Color Palettes


Comments

No comments written yet.

Please login to write comment.