Color Hex Logo

#99abdf Color Hex

#99ABDF
(153,171,223)
0 Favorites   0 Comments

Color spaces of #99abdf

RGB 153171223
HSL0.620.520.74
HSV225°31°87°
CMYK 0.310.230.00   0.13
XYZ41.019141.225875.6075
Yxy41.22580.25990.2612
Hunter Lab64.20731.6726-24.8720
CIE-Lab70.33385.7213-28.2539

#99abdf color RGB value is (153,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101011 11011111
Octal 231 253 337
Decimal 153 171 223
Hex 99 AB DF

RGB Percentages of Color #99abdf

%27.97
%31.26
%40.77

CMYK Percentages of Color #99abdf

%31
%23
%0
%13

Triadic Colors of #99abdf

#99abdf #df99ab #abdf99

Analogous Colors of #99abdf

#99abdf #aa99df #99cedf

Monochromatic Colors of #99abdf

#99abdf

Complementary Color

#99abdf #dfcd99

#99abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99abdf Color CSS Codes

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

#99abdf Text Font Color

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

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


#99abdf Background Color

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

This div background color is #99abdf


#99abdf Border Color

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

This div border color is #99abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99abdf


Comments

No comments written yet.

Please login to write comment.