Color Hex Logo

#99acde Color Hex

#99ACDE
(153,172,222)
0 Favorites   0 Comments

Color spaces of #99acde

RGB 153172222
HSL0.620.510.74
HSV223°31°87°
CMYK 0.310.230.00   0.13
XYZ41.074241.551374.9626
Yxy41.55130.26060.2637
Hunter Lab64.46030.9350-23.8277
CIE-Lab70.56054.9135-27.3582

#99acde color RGB value is (153,172,222).

#99acde hex color red value is 153, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #99acde hue: 0.62 , saturation: 0.51 and the lightness value of 99acde is 0.74.

The process color (four color CMYK) of #99acde color hex is 0.31, 0.23, 0.00, 0.13. Web safe color of #99acde is #9999cc. Color #99acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101100 11011110
Octal 231 254 336
Decimal 153 172 222
Hex 99 AC DE

RGB Percentages of Color #99acde

%27.97
%31.44
%40.59

CMYK Percentages of Color #99acde

%31
%23
%0
%13

Triadic Colors of #99acde

#99acde #de99ac #acde99

Analogous Colors of #99acde

#99acde #a999de #99cfde

Monochromatic Colors of #99acde

#99acde

Complementary Color

#99acde #decb99

#99acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#99acde Color CSS Codes

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

#99acde Text Font Color

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

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


#99acde Background Color

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

This div background color is #99acde


#99acde Border Color

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

This div border color is #99acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99acde


Comments

No comments written yet.

Please login to write comment.