Color Hex Logo

#9bafda Color Hex

#9BAFDA
(155,175,218)
0 Favorites   0 Comments

Color spaces of #9bafda

RGB 155175218
HSL0.610.460.73
HSV221°29°85°
CMYK 0.290.200.00   0.15
XYZ41.502442.690572.3823
Yxy42.69050.26510.2727
Hunter Lab65.3380-0.9590-19.9457
CIE-Lab71.34442.8435-23.9566

#9bafda color RGB value is (155,175,218).

#9bafda hex color red value is 155, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9bafda hue: 0.61 , saturation: 0.46 and the lightness value of 9bafda is 0.73.

The process color (four color CMYK) of #9bafda color hex is 0.29, 0.20, 0.00, 0.15. Web safe color of #9bafda is #9999cc. Color #9bafda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101111 11011010
Octal 233 257 332
Decimal 155 175 218
Hex 9B AF DA

RGB Percentages of Color #9bafda

%28.28
%31.93
%39.78

CMYK Percentages of Color #9bafda

%29
%20
%0
%15

Triadic Colors of #9bafda

#9bafda #da9baf #afda9b

Analogous Colors of #9bafda

#9bafda #a79bda #9bcfda

Monochromatic Colors of #9bafda

#9bafda

Complementary Color

#9bafda #dac69b

#9bafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bafda Color CSS Codes

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

#9bafda Text Font Color

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

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


#9bafda Background Color

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

This div background color is #9bafda


#9bafda Border Color

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

This div border color is #9bafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bafda


Comments

No comments written yet.

Please login to write comment.