Color Hex Logo

#99ddeb Color Hex

#99DDEB
(153,221,235)
0 Favorites   0 Comments

Color spaces of #99ddeb

RGB 153221235
HSL0.530.670.76
HSV190°35°92°
CMYK 0.350.060.00   0.08
XYZ53.988764.483488.1983
Yxy64.48340.26120.3120
Hunter Lab80.3016-20.5178-8.9094
CIE-Lab84.2168-17.8822-13.6485

#99ddeb color RGB value is (153,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 11101011
Octal 231 335 353
Decimal 153 221 235
Hex 99 DD EB

RGB Percentages of Color #99ddeb

%25.12
%36.29
%38.59

CMYK Percentages of Color #99ddeb

%35
%6
%0
%8

Triadic Colors of #99ddeb

#99ddeb #eb99dd #ddeb99

Analogous Colors of #99ddeb

#99ddeb #99b4eb #99ebd0

Monochromatic Colors of #99ddeb

#99ddeb

Complementary Color

#99ddeb #eba799

#99ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddeb Color CSS Codes

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

#99ddeb Text Font Color

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

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


#99ddeb Background Color

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

This div background color is #99ddeb


#99ddeb Border Color

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

This div border color is #99ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddeb


Comments

No comments written yet.

Please login to write comment.