Color Hex Logo

#9bddff Color Hex

#9BDDFF
(155,221,255)
2 Favorites   0 Comments

Color spaces of #9bddff

RGB 155221255
HSL0.561.000.80
HSV200°39°100°
CMYK 0.390.130.00   0.00
XYZ57.424065.9015104.3014
Yxy65.90150.25230.2895
Hunter Lab81.1797-15.7992-19.3512
CIE-Lab84.9461-12.4230-23.1094

#9bddff color RGB value is (155,221,255).

#9bddff hex color red value is 155, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9bddff hue: 0.56 , saturation: 1.00 and the lightness value of 9bddff is 0.80.

The process color (four color CMYK) of #9bddff color hex is 0.39, 0.13, 0.00, 0.00. Web safe color of #9bddff is #99ccff. Color #9bddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11111111
Octal 233 335 377
Decimal 155 221 255
Hex 9B DD FF

RGB Percentages of Color #9bddff

%24.56
%35.02
%40.41

CMYK Percentages of Color #9bddff

%39
%13
%0
%0

Triadic Colors of #9bddff

#9bddff #ff9bdd #ddff9b

Analogous Colors of #9bddff

#9bddff #9babff #9bffef

Monochromatic Colors of #9bddff

#9bddff

Complementary Color

#9bddff #ffbd9b

#9bddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bddff Color CSS Codes

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

#9bddff Text Font Color

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

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


#9bddff Background Color

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

This div background color is #9bddff


#9bddff Border Color

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

This div border color is #9bddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bddff

Related Colors


Comments

No comments written yet.

Please login to write comment.