Color Hex Logo

#9abcdf Color Hex

#9ABCDF
(154,188,223)
0 Favorites   0 Comments

Color spaces of #9abcdf

RGB 154188223
HSL0.580.520.74
HSV210°31°87°
CMYK 0.310.160.00   0.13
XYZ44.628948.164276.7565
Yxy48.16420.26320.2841
Hunter Lab69.4004-6.6639-16.9941
CIE-Lab74.9284-3.3090-21.2249

#9abcdf color RGB value is (154,188,223).

#9abcdf hex color red value is 154, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9abcdf hue: 0.58 , saturation: 0.52 and the lightness value of 9abcdf is 0.74.

The process color (four color CMYK) of #9abcdf color hex is 0.31, 0.16, 0.00, 0.13. Web safe color of #9abcdf is #99cccc. Color #9abcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111100 11011111
Octal 232 274 337
Decimal 154 188 223
Hex 9A BC DF

RGB Percentages of Color #9abcdf

%27.26
%33.27
%39.47

CMYK Percentages of Color #9abcdf

%31
%16
%0
%13

Triadic Colors of #9abcdf

#9abcdf #df9abc #bcdf9a

Analogous Colors of #9abcdf

#9abcdf #9b9adf #9adfdf

Monochromatic Colors of #9abcdf

#9abcdf

Complementary Color

#9abcdf #dfbd9a

#9abcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abcdf Color CSS Codes

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

#9abcdf Text Font Color

<p style="color:#9abcdf">Text here</p>

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


#9abcdf Background Color

<div style="background-color:#9abcdf">
Div content here</div>

This div background color is #9abcdf


#9abcdf Border Color

<div style="border:3px solid #9abcdf">
Div here</div>

This div border color is #9abcdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,188,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9abcdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9abcdf;
  -webkit-box-shadow: 1px 1px 3px 2px #9abcdf;
  box-shadow:         1px 1px 3px 2px #9abcdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,188,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 #9abcdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abcdf


Comments

No comments written yet.

Please login to write comment.