Color Hex Logo

#99aeeb Color Hex

#99AEEB
(153,174,235)
0 Favorites   0 Comments

Color spaces of #99aeeb

RGB 153174235
HSL0.620.670.76
HSV225°35°92°
CMYK 0.350.260.00   0.08
XYZ43.268343.042684.6248
Yxy43.04260.25310.2518
Hunter Lab65.60692.9103-30.5520
CIE-Lab71.58397.1168-32.8767

#99aeeb color RGB value is (153,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101110 11101011
Octal 231 256 353
Decimal 153 174 235
Hex 99 AE EB

RGB Percentages of Color #99aeeb

%27.22
%30.96
%41.81

CMYK Percentages of Color #99aeeb

%35
%26
%0
%8

Triadic Colors of #99aeeb

#99aeeb #eb99ae #aeeb99

Analogous Colors of #99aeeb

#99aeeb #ad99eb #99d7eb

Monochromatic Colors of #99aeeb

#99aeeb

Complementary Color

#99aeeb #ebd699

#99aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aeeb Color CSS Codes

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

#99aeeb Text Font Color

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

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


#99aeeb Background Color

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

This div background color is #99aeeb


#99aeeb Border Color

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

This div border color is #99aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aeeb


Comments

No comments written yet.

Please login to write comment.