Color Hex Logo

#99afeb Color Hex

#99AFEB
(153,175,235)
0 Favorites   0 Comments

Color spaces of #99afeb

RGB 153175235
HSL0.620.670.76
HSV224°35°92°
CMYK 0.350.260.00   0.08
XYZ43.462243.430484.6895
Yxy43.43040.25330.2531
Hunter Lab65.90172.3927-30.0616
CIE-Lab71.84616.5602-32.4714

#99afeb color RGB value is (153,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101111 11101011
Octal 231 257 353
Decimal 153 175 235
Hex 99 AF EB

RGB Percentages of Color #99afeb

%27.18
%31.08
%41.74

CMYK Percentages of Color #99afeb

%35
%26
%0
%8

Triadic Colors of #99afeb

#99afeb #eb99af #afeb99

Analogous Colors of #99afeb

#99afeb #ac99eb #99d8eb

Monochromatic Colors of #99afeb

#99afeb

Complementary Color

#99afeb #ebd599

#99afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99afeb Color CSS Codes

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

#99afeb Text Font Color

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

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


#99afeb Background Color

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

This div background color is #99afeb


#99afeb Border Color

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

This div border color is #99afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99afeb


Comments

No comments written yet.

Please login to write comment.