Color Hex Logo

#9bddfc Color Hex

#9BDDFC
(155,221,252)
0 Favorites   0 Comments

Color spaces of #9bddfc

RGB 155221252
HSL0.550.940.80
HSV199°38°99°
CMYK 0.380.120.00   0.01
XYZ56.944765.7097101.7774
Yxy65.70970.25370.2928
Hunter Lab81.0615-16.4637-17.6989
CIE-Lab84.8481-13.1798-21.6751

#9bddfc color RGB value is (155,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11111100
Octal 233 335 374
Decimal 155 221 252
Hex 9B DD FC

RGB Percentages of Color #9bddfc

%24.68
%35.19
%40.13

CMYK Percentages of Color #9bddfc

%38
%12
%0
%1

Triadic Colors of #9bddfc

#9bddfc #fc9bdd #ddfc9b

Analogous Colors of #9bddfc

#9bddfc #9badfc #9bfceb

Monochromatic Colors of #9bddfc

#9bddfc

Complementary Color

#9bddfc #fcba9b

#9bddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bddfc Color CSS Codes

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

#9bddfc Text Font Color

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

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


#9bddfc Background Color

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

This div background color is #9bddfc


#9bddfc Border Color

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

This div border color is #9bddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bddfc


Comments

No comments written yet.

Please login to write comment.