Color Hex Logo

#99ddea Color Hex

#99DDEA
(153,221,234)
0 Favorites   0 Comments

Color spaces of #99ddea

RGB 153221234
HSL0.530.660.76
HSV190°35°92°
CMYK 0.350.060.00   0.08
XYZ53.844664.425787.4394
Yxy64.42570.26180.3132
Hunter Lab80.2656-20.7217-8.4031
CIE-Lab84.1869-18.1220-13.1638

#99ddea color RGB value is (153,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 11101010
Octal 231 335 352
Decimal 153 221 234
Hex 99 DD EA

RGB Percentages of Color #99ddea

%25.16
%36.35
%38.49

CMYK Percentages of Color #99ddea

%35
%6
%0
%8

Triadic Colors of #99ddea

#99ddea #ea99dd #ddea99

Analogous Colors of #99ddea

#99ddea #99b5ea #99eacf

Monochromatic Colors of #99ddea

#99ddea

Complementary Color

#99ddea #eaa699

#99ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddea Color CSS Codes

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

#99ddea Text Font Color

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

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


#99ddea Background Color

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

This div background color is #99ddea


#99ddea Border Color

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

This div border color is #99ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddea


Comments

No comments written yet.

Please login to write comment.