Color Hex Logo

#99ddee Color Hex

#99DDEE
(153,221,238)
1 Favorites   0 Comments

Color spaces of #99ddee

RGB 153221238
HSL0.530.710.77
HSV192°36°93°
CMYK 0.360.070.00   0.07
XYZ54.425964.658390.5007
Yxy64.65830.25970.3085
Hunter Lab80.4104-19.9002-10.4427
CIE-Lab84.3073-17.1576-15.1008

#99ddee color RGB value is (153,221,238). This hex color code is also a web safe color which is equal to #9DE.

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 11101110
Octal 231 335 356
Decimal 153 221 238
Hex 99 DD EE

RGB Percentages of Color #99ddee

%25.00
%36.11
%38.89

CMYK Percentages of Color #99ddee

%36
%7
%0
%7

Triadic Colors of #99ddee

#99ddee #ee99dd #ddee99

Analogous Colors of #99ddee

#99ddee #99b3ee #99eed5

Monochromatic Colors of #99ddee

#99ddee

Complementary Color

#99ddee #eeaa99

#99ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddee Color CSS Codes

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

#99ddee Text Font Color

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

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


#99ddee Background Color

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

This div background color is #99ddee


#99ddee Border Color

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

This div border color is #99ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddee


Comments

No comments written yet.

Please login to write comment.