Color Hex Logo

#99aceb Color Hex

#99ACEB
(153,172,235)
0 Favorites   0 Comments

Color spaces of #99aceb

RGB 153172235
HSL0.630.670.76
HSV226°35°92°
CMYK 0.350.270.00   0.08
XYZ42.884842.275584.4970
Yxy42.27550.25280.2492
Hunter Lab65.01963.9484-31.5373
CIE-Lab71.06048.2332-33.6866

#99aceb color RGB value is (153,172,235).

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

The process color (four color CMYK) of #99aceb color hex is 0.35, 0.27, 0.00, 0.08. Web safe color of #99aceb is #9999ff. Color #99aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101100 11101011
Octal 231 254 353
Decimal 153 172 235
Hex 99 AC EB

RGB Percentages of Color #99aceb

%27.32
%30.71
%41.96

CMYK Percentages of Color #99aceb

%35
%27
%0
%8

Triadic Colors of #99aceb

#99aceb #eb99ac #aceb99

Analogous Colors of #99aceb

#99aceb #af99eb #99d5eb

Monochromatic Colors of #99aceb

#99aceb

Complementary Color

#99aceb #ebd899

#99aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aceb Color CSS Codes

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

#99aceb Text Font Color

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

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


#99aceb Background Color

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

This div background color is #99aceb


#99aceb Border Color

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

This div border color is #99aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aceb


Comments

No comments written yet.

Please login to write comment.