Color Hex Logo

#99ace8 Color Hex

#99ACE8
(153,172,232)
0 Favorites   0 Comments

Color spaces of #99ace8

RGB 153172232
HSL0.630.630.75
HSV226°34°91°
CMYK 0.340.260.00   0.09
XYZ42.454942.103582.2331
Yxy42.10350.25450.2524
Hunter Lab64.88723.2377-29.7186
CIE-Lab70.94227.4571-32.2341

#99ace8 color RGB value is (153,172,232).

#99ace8 hex color red value is 153, green value is 172 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #99ace8 hue: 0.63 , saturation: 0.63 and the lightness value of 99ace8 is 0.75.

The process color (four color CMYK) of #99ace8 color hex is 0.34, 0.26, 0.00, 0.09. Web safe color of #99ace8 is #9999ff. Color #99ace8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101100 11101000
Octal 231 254 350
Decimal 153 172 232
Hex 99 AC E8

RGB Percentages of Color #99ace8

%27.47
%30.88
%41.65

CMYK Percentages of Color #99ace8

%34
%26
%0
%9

Triadic Colors of #99ace8

#99ace8 #e899ac #ace899

Analogous Colors of #99ace8

#99ace8 #ae99e8 #99d4e8

Monochromatic Colors of #99ace8

#99ace8

Complementary Color

#99ace8 #e8d599

#99ace8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ace8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ace8 Color CSS Codes

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

#99ace8 Text Font Color

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

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


#99ace8 Background Color

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

This div background color is #99ace8


#99ace8 Border Color

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

This div border color is #99ace8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ace8


Comments

No comments written yet.

Please login to write comment.