Color Hex Logo

#9ad3ce Color Hex

#9AD3CE
(154,211,206)
0 Favorites   0 Comments

Color spaces of #9ad3ce

RGB 154211206
HSL0.490.390.72
HSV175°27°83°
CMYK 0.270.000.02   0.17
XYZ47.761357.914867.0539
Yxy57.91480.27650.3353
Hunter Lab76.1018-21.15191.0303
CIE-Lab80.6914-19.2622-3.4483

#9ad3ce color RGB value is (154,211,206).

#9ad3ce hex color red value is 154, green value is 211 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9ad3ce hue: 0.49 , saturation: 0.39 and the lightness value of 9ad3ce is 0.72.

The process color (four color CMYK) of #9ad3ce color hex is 0.27, 0.00, 0.02, 0.17. Web safe color of #9ad3ce is #99cccc. Color #9ad3ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11010011 11001110
Octal 232 323 316
Decimal 154 211 206
Hex 9A D3 CE

RGB Percentages of Color #9ad3ce

%26.97
%36.95
%36.08

CMYK Percentages of Color #9ad3ce

%27
%0
%2
%17

Triadic Colors of #9ad3ce

#9ad3ce #ce9ad3 #d3ce9a

Analogous Colors of #9ad3ce

#9ad3ce #9abcd3 #9ad3b2

Monochromatic Colors of #9ad3ce

#9ad3ce

Complementary Color

#9ad3ce #d39a9f

#9ad3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad3ce Color CSS Codes

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

#9ad3ce Text Font Color

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

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


#9ad3ce Background Color

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

This div background color is #9ad3ce


#9ad3ce Border Color

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

This div border color is #9ad3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad3ce


Comments

No comments written yet.

Please login to write comment.