Color Hex Logo

#9adbec Color Hex

#9ADBEC
(154,219,236)
0 Favorites   0 Comments

Color spaces of #9adbec

RGB 154219236
HSL0.530.680.76
HSV192°35°93°
CMYK 0.350.070.00   0.07
XYZ53.798363.589288.7954
Yxy63.58920.26090.3084
Hunter Lab79.7428-19.1254-10.2007
CIE-Lab83.7514-16.3635-14.8707

#9adbec color RGB value is (154,219,236).

#9adbec hex color red value is 154, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9adbec hue: 0.53 , saturation: 0.68 and the lightness value of 9adbec is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011011 11101100
Octal 232 333 354
Decimal 154 219 236
Hex 9A DB EC

RGB Percentages of Color #9adbec

%25.29
%35.96
%38.75

CMYK Percentages of Color #9adbec

%35
%7
%0
%7

Triadic Colors of #9adbec

#9adbec #ec9adb #dbec9a

Analogous Colors of #9adbec

#9adbec #9ab2ec #9aecd4

Monochromatic Colors of #9adbec

#9adbec

Complementary Color

#9adbec #ecab9a

#9adbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adbec Color CSS Codes

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

#9adbec Text Font Color

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

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


#9adbec Background Color

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

This div background color is #9adbec


#9adbec Border Color

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

This div border color is #9adbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adbec


Comments

No comments written yet.

Please login to write comment.