Color Hex Logo

#9accd1 Color Hex

#9ACCD1
(154,204,209)
0 Favorites   0 Comments

Color spaces of #9accd1

RGB 154204209
HSL0.520.370.71
HSV185°26°82°
CMYK 0.260.020.00   0.18
XYZ46.427954.659268.4249
Yxy54.65920.27390.3225
Hunter Lab73.9319-17.2859-3.1214
CIE-Lab78.8446-15.0359-7.7844

#9accd1 color RGB value is (154,204,209).

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

The process color (four color CMYK) of #9accd1 color hex is 0.26, 0.02, 0.00, 0.18. Web safe color of #9accd1 is #99cccc. Color #9accd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001100 11010001
Octal 232 314 321
Decimal 154 204 209
Hex 9A CC D1

RGB Percentages of Color #9accd1

%27.16
%35.98
%36.86

CMYK Percentages of Color #9accd1

%26
%2
%0
%18

Triadic Colors of #9accd1

#9accd1 #d19acc #ccd19a

Analogous Colors of #9accd1

#9accd1 #9ab1d1 #9ad1bb

Monochromatic Colors of #9accd1

#9accd1

Complementary Color

#9accd1 #d19f9a

#9accd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9accd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9accd1 Color CSS Codes

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

#9accd1 Text Font Color

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

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


#9accd1 Background Color

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

This div background color is #9accd1


#9accd1 Border Color

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

This div border color is #9accd1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,204,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9accd1


Comments

No comments written yet.

Please login to write comment.