Color Hex Logo

#9bbddf Color Hex

#9BBDDF
(155,189,223)
0 Favorites   0 Comments

Color spaces of #9bbddf

RGB 155189223
HSL0.580.520.74
HSV210°30°87°
CMYK 0.300.150.00   0.13
XYZ45.034448.691576.8369
Yxy48.69150.26400.2855
Hunter Lab69.7793-6.9128-16.4412
CIE-Lab75.2590-3.5606-20.7170

#9bbddf color RGB value is (155,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111101 11011111
Octal 233 275 337
Decimal 155 189 223
Hex 9B BD DF

RGB Percentages of Color #9bbddf

%27.34
%33.33
%39.33

CMYK Percentages of Color #9bbddf

%30
%15
%0
%13

Triadic Colors of #9bbddf

#9bbddf #df9bbd #bddf9b

Analogous Colors of #9bbddf

#9bbddf #9b9bdf #9bdfdf

Monochromatic Colors of #9bbddf

#9bbddf

Complementary Color

#9bbddf #dfbd9b

#9bbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbddf Color CSS Codes

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

#9bbddf Text Font Color

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

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


#9bbddf Background Color

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

This div background color is #9bbddf


#9bbddf Border Color

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

This div border color is #9bbddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbddf

#9bbddf Color Palettes


Comments

No comments written yet.

Please login to write comment.