Color Hex Logo

#9bbfdd Color Hex

#9BBFDD
(155,191,221)
0 Favorites   0 Comments

Color spaces of #9bbfdd

RGB 155191221
HSL0.580.490.74
HSV207°30°87°
CMYK 0.300.140.00   0.13
XYZ45.199549.450675.5693
Yxy49.45060.26550.2905
Hunter Lab70.3211-8.3296-14.4901
CIE-Lab75.7308-5.1185-18.9189

#9bbfdd color RGB value is (155,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111111 11011101
Octal 233 277 335
Decimal 155 191 221
Hex 9B BF DD

RGB Percentages of Color #9bbfdd

%27.34
%33.69
%38.98

CMYK Percentages of Color #9bbfdd

%30
%14
%0
%13

Triadic Colors of #9bbfdd

#9bbfdd #dd9bbf #bfdd9b

Analogous Colors of #9bbfdd

#9bbfdd #9b9edd #9bddda

Monochromatic Colors of #9bbfdd

#9bbfdd

Complementary Color

#9bbfdd #ddb99b

#9bbfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbfdd Color CSS Codes

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

#9bbfdd Text Font Color

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

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


#9bbfdd Background Color

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

This div background color is #9bbfdd


#9bbfdd Border Color

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

This div border color is #9bbfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbfdd


Comments

No comments written yet.

Please login to write comment.