Color Hex Logo

#9bdeff Color Hex

#9BDEFF
(155,222,255)
0 Favorites   0 Comments

Color spaces of #9bdeff

RGB 155222255
HSL0.561.000.80
HSV200°39°100°
CMYK 0.390.130.00   0.00
XYZ57.688866.4311104.3897
Yxy66.43110.25250.2907
Hunter Lab81.5053-16.2933-18.8833
CIE-Lab85.2158-12.9367-22.7001

#9bdeff color RGB value is (155,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011110 11111111
Octal 233 336 377
Decimal 155 222 255
Hex 9B DE FF

RGB Percentages of Color #9bdeff

%24.53
%35.13
%40.35

CMYK Percentages of Color #9bdeff

%39
%13
%0
%0

Triadic Colors of #9bdeff

#9bdeff #ff9bde #deff9b

Analogous Colors of #9bdeff

#9bdeff #9bacff #9bffee

Monochromatic Colors of #9bdeff

#9bdeff

Complementary Color

#9bdeff #ffbc9b

#9bdeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdeff Color CSS Codes

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

#9bdeff Text Font Color

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

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


#9bdeff Background Color

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

This div background color is #9bdeff


#9bdeff Border Color

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

This div border color is #9bdeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,222,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 #9bdeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdeff


Comments

No comments written yet.

Please login to write comment.