Color Hex Logo

#9adbde Color Hex

#9ADBDE
(154,219,222)
0 Favorites   0 Comments

Color spaces of #9adbde

RGB 154219222
HSL0.510.510.74
HSV183°31°87°
CMYK 0.310.010.00   0.13
XYZ51.842862.807078.4978
Yxy62.80700.26840.3252
Hunter Lab79.2509-21.9213-3.2510
CIE-Lab83.3407-19.6665-8.0568

#9adbde color RGB value is (154,219,222).

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

The process color (four color CMYK) of #9adbde color hex is 0.31, 0.01, 0.00, 0.13. Web safe color of #9adbde is #99cccc. Color #9adbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011011 11011110
Octal 232 333 336
Decimal 154 219 222
Hex 9A DB DE

RGB Percentages of Color #9adbde

%25.88
%36.81
%37.31

CMYK Percentages of Color #9adbde

%31
%1
%0
%13

Triadic Colors of #9adbde

#9adbde #de9adb #dbde9a

Analogous Colors of #9adbde

#9adbde #9ab9de #9adebf

Monochromatic Colors of #9adbde

#9adbde

Complementary Color

#9adbde #de9d9a

#9adbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adbde Color CSS Codes

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

#9adbde Text Font Color

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

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


#9adbde Background Color

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

This div background color is #9adbde


#9adbde Border Color

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

This div border color is #9adbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adbde


Comments

No comments written yet.

Please login to write comment.