Color Hex Logo

#9ad1ce Color Hex

#9AD1CE
(154,209,206)
0 Favorites   0 Comments

Color spaces of #9ad1ce

RGB 154209206
HSL0.490.370.71
HSV177°26°82°
CMYK 0.260.000.01   0.18
XYZ47.267556.927266.8893
Yxy56.92720.27630.3327
Hunter Lab75.4501-20.21220.2523
CIE-Lab80.1386-18.2543-4.2620

#9ad1ce color RGB value is (154,209,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11010001 11001110
Octal 232 321 316
Decimal 154 209 206
Hex 9A D1 CE

RGB Percentages of Color #9ad1ce

%27.07
%36.73
%36.20

CMYK Percentages of Color #9ad1ce

%26
%0
%1
%18

Triadic Colors of #9ad1ce

#9ad1ce #ce9ad1 #d1ce9a

Analogous Colors of #9ad1ce

#9ad1ce #9ab9d1 #9ad1b3

Monochromatic Colors of #9ad1ce

#9ad1ce

Complementary Color

#9ad1ce #d19a9d

#9ad1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad1ce Color CSS Codes

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

#9ad1ce Text Font Color

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

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


#9ad1ce Background Color

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

This div background color is #9ad1ce


#9ad1ce Border Color

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

This div border color is #9ad1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad1ce

#9ad1ce Color Palettes


Comments

No comments written yet.

Please login to write comment.