Color Hex Logo

#9bdaff Color Hex

#9BDAFF
(155,218,255)
0 Favorites   0 Comments

Color spaces of #9bdaff

RGB 155218255
HSL0.561.000.80
HSV202°39°100°
CMYK 0.390.150.00   0.00
XYZ56.639064.3314104.0397
Yxy64.33140.25170.2859
Hunter Lab80.2069-14.3122-20.7628
CIE-Lab84.1380-10.8746-24.3377

#9bdaff color RGB value is (155,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011010 11111111
Octal 233 332 377
Decimal 155 218 255
Hex 9B DA FF

RGB Percentages of Color #9bdaff

%24.68
%34.71
%40.61

CMYK Percentages of Color #9bdaff

%39
%15
%0
%0

Triadic Colors of #9bdaff

#9bdaff #ff9bda #daff9b

Analogous Colors of #9bdaff

#9bdaff #9ba8ff #9bfff2

Monochromatic Colors of #9bdaff

#9bdaff

Complementary Color

#9bdaff #ffc09b

#9bdaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdaff Color CSS Codes

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

#9bdaff Text Font Color

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

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


#9bdaff Background Color

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

This div background color is #9bdaff


#9bdaff Border Color

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

This div border color is #9bdaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdaff


Comments

No comments written yet.

Please login to write comment.