Color Hex Logo

#9baddf Color Hex

#9BADDF
(155,173,223)
0 Favorites   0 Comments

Color spaces of #9baddf

RGB 155173223
HSL0.620.520.74
HSV224°30°87°
CMYK 0.300.220.00   0.13
XYZ41.780442.183475.7522
Yxy42.18340.26160.2641
Hunter Lab64.94871.1656-23.6881
CIE-Lab70.99725.1853-27.2231

#9baddf color RGB value is (155,173,223).

#9baddf hex color red value is 155, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9baddf hue: 0.62 , saturation: 0.52 and the lightness value of 9baddf is 0.74.

The process color (four color CMYK) of #9baddf color hex is 0.30, 0.22, 0.00, 0.13. Web safe color of #9baddf is #9999cc. Color #9baddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101101 11011111
Octal 233 255 337
Decimal 155 173 223
Hex 9B AD DF

RGB Percentages of Color #9baddf

%28.13
%31.40
%40.47

CMYK Percentages of Color #9baddf

%30
%22
%0
%13

Triadic Colors of #9baddf

#9baddf #df9bad #addf9b

Analogous Colors of #9baddf

#9baddf #ab9bdf #9bcfdf

Monochromatic Colors of #9baddf

#9baddf

Complementary Color

#9baddf #dfcd9b

#9baddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baddf Color CSS Codes

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

#9baddf Text Font Color

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

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


#9baddf Background Color

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

This div background color is #9baddf


#9baddf Border Color

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

This div border color is #9baddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,173,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baddf


Comments

No comments written yet.

Please login to write comment.