Color Hex Logo

#9bddf6 Color Hex

#9BDDF6
(155,221,246)
0 Favorites   0 Comments

Color spaces of #9bddf6

RGB 155221246
HSL0.550.830.79
HSV196°37°96°
CMYK 0.370.100.00   0.04
XYZ56.008665.335396.8478
Yxy65.33530.25670.2994
Hunter Lab80.8303-17.7674-14.4579
CIE-Lab84.6562-14.6751-18.7964

#9bddf6 color RGB value is (155,221,246).

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

The process color (four color CMYK) of #9bddf6 color hex is 0.37, 0.10, 0.00, 0.04. Web safe color of #9bddf6 is #99ccff. Color #9bddf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11110110
Octal 233 335 366
Decimal 155 221 246
Hex 9B DD F6

RGB Percentages of Color #9bddf6

%24.92
%35.53
%39.55

CMYK Percentages of Color #9bddf6

%37
%10
%0
%4

Triadic Colors of #9bddf6

#9bddf6 #f69bdd #ddf69b

Analogous Colors of #9bddf6

#9bddf6 #9bb0f6 #9bf6e2

Monochromatic Colors of #9bddf6

#9bddf6

Complementary Color

#9bddf6 #f6b49b

#9bddf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bddf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bddf6 Color CSS Codes

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

#9bddf6 Text Font Color

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

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


#9bddf6 Background Color

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

This div background color is #9bddf6


#9bddf6 Border Color

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

This div border color is #9bddf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bddf6

Related Colors


Comments

No comments written yet.

Please login to write comment.