Color Hex Logo

#9accdf Color Hex

#9ACCDF
(154,204,223)
0 Favorites   0 Comments

Color spaces of #9accdf

RGB 154204223
HSL0.550.520.74
HSV197°31°87°
CMYK 0.310.090.00   0.13
XYZ48.238655.383577.9597
Yxy55.38350.26570.3050
Hunter Lab74.4201-14.5327-10.0159
CIE-Lab79.2617-11.7797-14.6790

#9accdf color RGB value is (154,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001100 11011111
Octal 232 314 337
Decimal 154 204 223
Hex 9A CC DF

RGB Percentages of Color #9accdf

%26.51
%35.11
%38.38

CMYK Percentages of Color #9accdf

%31
%9
%0
%13

Triadic Colors of #9accdf

#9accdf #df9acc #ccdf9a

Analogous Colors of #9accdf

#9accdf #9aaadf #9adfd0

Monochromatic Colors of #9accdf

#9accdf

Complementary Color

#9accdf #dfad9a

#9accdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9accdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9accdf Color CSS Codes

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

#9accdf Text Font Color

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

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


#9accdf Background Color

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

This div background color is #9accdf


#9accdf Border Color

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

This div border color is #9accdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9accdf


Comments

No comments written yet.

Please login to write comment.