Color Hex Logo

#9adbce Color Hex

#9ADBCE
(154,219,206)
0 Favorites   0 Comments

Color spaces of #9adbce

RGB 154219206
HSL0.470.470.73
HSV168°30°86°
CMYK 0.300.000.06   0.14
XYZ49.798561.989367.7330
Yxy61.98930.27740.3453
Hunter Lab78.7333-24.88274.1070
CIE-Lab82.9077-23.2421-0.1995

#9adbce color RGB value is (154,219,206).

#9adbce hex color red value is 154, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9adbce hue: 0.47 , saturation: 0.47 and the lightness value of 9adbce is 0.73.

The process color (four color CMYK) of #9adbce color hex is 0.30, 0.00, 0.06, 0.14. Web safe color of #9adbce is #99cccc. Color #9adbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011011 11001110
Octal 232 333 316
Decimal 154 219 206
Hex 9A DB CE

RGB Percentages of Color #9adbce

%26.60
%37.82
%35.58

CMYK Percentages of Color #9adbce

%30
%0
%6
%14

Triadic Colors of #9adbce

#9adbce #ce9adb #dbce9a

Analogous Colors of #9adbce

#9adbce #9ac8db #9adbae

Monochromatic Colors of #9adbce

#9adbce

Complementary Color

#9adbce #db9aa7

#9adbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adbce Color CSS Codes

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

#9adbce Text Font Color

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

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


#9adbce Background Color

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

This div background color is #9adbce


#9adbce Border Color

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

This div border color is #9adbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adbce


Comments

No comments written yet.

Please login to write comment.