Color Hex Logo

#99daea Color Hex

#99DAEA
(153,218,234)
0 Favorites   0 Comments

Color spaces of #99daea

RGB 153218234
HSL0.530.660.76
HSV192°35°92°
CMYK 0.350.070.00   0.08
XYZ53.059662.855687.1777
Yxy62.85560.26130.3095
Hunter Lab79.2815-19.2806-9.6980
CIE-Lab83.3663-16.6054-14.3929

#99daea color RGB value is (153,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011010 11101010
Octal 231 332 352
Decimal 153 218 234
Hex 99 DA EA

RGB Percentages of Color #99daea

%25.29
%36.03
%38.68

CMYK Percentages of Color #99daea

%35
%7
%0
%8

Triadic Colors of #99daea

#99daea #ea99da #daea99

Analogous Colors of #99daea

#99daea #99b2ea #99ead2

Monochromatic Colors of #99daea

#99daea

Complementary Color

#99daea #eaa999

#99daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#99daea Color CSS Codes

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

#99daea Text Font Color

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

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


#99daea Background Color

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

This div background color is #99daea


#99daea Border Color

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

This div border color is #99daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99daea


Comments

No comments written yet.

Please login to write comment.