Color Hex Logo

#99daef Color Hex

#99DAEF
(153,218,239)
0 Favorites   0 Comments

Color spaces of #99daef

RGB 153218239
HSL0.540.730.77
HSV195°36°94°
CMYK 0.360.090.00   0.06
XYZ53.788363.147191.0150
Yxy63.14710.25870.3037
Hunter Lab79.4651-18.2411-12.2819
CIE-Lab83.5197-15.3904-16.8143

#99daef color RGB value is (153,218,239).

#99daef hex color red value is 153, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #99daef hue: 0.54 , saturation: 0.73 and the lightness value of 99daef is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011010 11101111
Octal 231 332 357
Decimal 153 218 239
Hex 99 DA EF

RGB Percentages of Color #99daef

%25.08
%35.74
%39.18

CMYK Percentages of Color #99daef

%36
%9
%0
%6

Triadic Colors of #99daef

#99daef #ef99da #daef99

Analogous Colors of #99daef

#99daef #99afef #99efd9

Monochromatic Colors of #99daef

#99daef

Complementary Color

#99daef #efae99

#99daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#99daef Color CSS Codes

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

#99daef Text Font Color

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

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


#99daef Background Color

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

This div background color is #99daef


#99daef Border Color

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

This div border color is #99daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99daef


Comments

No comments written yet.

Please login to write comment.