Color Hex Logo

#9adbcd Color Hex

#9ADBCD
(154,219,205)
0 Favorites   0 Comments

Color spaces of #9adbcd

RGB 154219205
HSL0.460.470.73
HSV167°30°86°
CMYK 0.300.000.06   0.14
XYZ49.677461.940867.0951
Yxy61.94080.27800.3466
Hunter Lab78.7025-25.05924.5461
CIE-Lab82.8819-23.45780.2937

#9adbcd color RGB value is (154,219,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011011 11001101
Octal 232 333 315
Decimal 154 219 205
Hex 9A DB CD

RGB Percentages of Color #9adbcd

%26.64
%37.89
%35.47

CMYK Percentages of Color #9adbcd

%30
%0
%6
%14

Triadic Colors of #9adbcd

#9adbcd #cd9adb #dbcd9a

Analogous Colors of #9adbcd

#9adbcd #9ac9db #9adbad

Monochromatic Colors of #9adbcd

#9adbcd

Complementary Color

#9adbcd #db9aa8

#9adbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adbcd Color CSS Codes

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

#9adbcd Text Font Color

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

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


#9adbcd Background Color

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

This div background color is #9adbcd


#9adbcd Border Color

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

This div border color is #9adbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adbcd


Comments

No comments written yet.

Please login to write comment.