Color Hex Logo

#9bdffb Color Hex

#9BDFFB
(155,223,251)
0 Favorites   0 Comments

Color spaces of #9bdffb

RGB 155223251
HSL0.550.920.80
HSV198°38°98°
CMYK 0.380.110.00   0.02
XYZ57.317866.7089101.1219
Yxy66.70890.25460.2963
Hunter Lab81.6755-17.6654-16.2337
CIE-Lab85.3567-14.4535-20.3775

#9bdffb color RGB value is (155,223,251).

#9bdffb hex color red value is 155, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9bdffb hue: 0.55 , saturation: 0.92 and the lightness value of 9bdffb is 0.80.

The process color (four color CMYK) of #9bdffb color hex is 0.38, 0.11, 0.00, 0.02. Web safe color of #9bdffb is #99ccff. Color #9bdffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011111 11111011
Octal 233 337 373
Decimal 155 223 251
Hex 9B DF FB

RGB Percentages of Color #9bdffb

%24.64
%35.45
%39.90

CMYK Percentages of Color #9bdffb

%38
%11
%0
%2

Triadic Colors of #9bdffb

#9bdffb #fb9bdf #dffb9b

Analogous Colors of #9bdffb

#9bdffb #9baffb #9bfbe7

Monochromatic Colors of #9bdffb

#9bdffb

Complementary Color

#9bdffb #fbb79b

#9bdffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdffb Color CSS Codes

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

#9bdffb Text Font Color

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

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


#9bdffb Background Color

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

This div background color is #9bdffb


#9bdffb Border Color

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

This div border color is #9bdffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdffb


Comments

No comments written yet.

Please login to write comment.