Color Hex Logo

#9badec Color Hex

#9BADEC
(155,173,236)
0 Favorites   0 Comments

Color spaces of #9badec

RGB 155173236
HSL0.630.680.77
HSV227°34°93°
CMYK 0.340.270.00   0.07
XYZ43.601542.911885.3416
Yxy42.91180.25370.2497
Hunter Lab65.50714.1721-31.3871
CIE-Lab71.49518.4844-33.5476

#9badec color RGB value is (155,173,236).

#9badec hex color red value is 155, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9badec hue: 0.63 , saturation: 0.68 and the lightness value of 9badec is 0.77.

The process color (four color CMYK) of #9badec color hex is 0.34, 0.27, 0.00, 0.07. Web safe color of #9badec is #9999ff. Color #9badec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101101 11101100
Octal 233 255 354
Decimal 155 173 236
Hex 9B AD EC

RGB Percentages of Color #9badec

%27.48
%30.67
%41.84

CMYK Percentages of Color #9badec

%34
%27
%0
%7

Triadic Colors of #9badec

#9badec #ec9bad #adec9b

Analogous Colors of #9badec

#9badec #b29bec #9bd6ec

Monochromatic Colors of #9badec

#9badec

Complementary Color

#9badec #ecda9b

#9badec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9badec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9badec Color CSS Codes

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

#9badec Text Font Color

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

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


#9badec Background Color

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

This div background color is #9badec


#9badec Border Color

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

This div border color is #9badec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9badec


Comments

No comments written yet.

Please login to write comment.