Color Hex Logo

#9adbed Color Hex

#9ADBED
(154,219,237)
0 Favorites   0 Comments

Color spaces of #9adbed

RGB 154219237
HSL0.540.700.77
HSV193°35°93°
CMYK 0.350.080.00   0.07
XYZ53.944063.647589.5628
Yxy63.64750.26040.3072
Hunter Lab79.7794-18.9185-10.7152
CIE-Lab83.7819-16.1218-15.3549

#9adbed color RGB value is (154,219,237).

#9adbed hex color red value is 154, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9adbed hue: 0.54 , saturation: 0.70 and the lightness value of 9adbed is 0.77.

The process color (four color CMYK) of #9adbed color hex is 0.35, 0.08, 0.00, 0.07. Web safe color of #9adbed is #99ccff. Color #9adbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011011 11101101
Octal 232 333 355
Decimal 154 219 237
Hex 9A DB ED

RGB Percentages of Color #9adbed

%25.25
%35.90
%38.85

CMYK Percentages of Color #9adbed

%35
%8
%0
%7

Triadic Colors of #9adbed

#9adbed #ed9adb #dbed9a

Analogous Colors of #9adbed

#9adbed #9ab2ed #9aedd6

Monochromatic Colors of #9adbed

#9adbed

Complementary Color

#9adbed #edac9a

#9adbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adbed Color CSS Codes

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

#9adbed Text Font Color

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

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


#9adbed Background Color

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

This div background color is #9adbed


#9adbed Border Color

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

This div border color is #9adbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adbed


Comments

No comments written yet.

Please login to write comment.