Color Hex Logo

#9bafeb Color Hex

#9BAFEB
(155,175,235)
0 Favorites   0 Comments

Color spaces of #9bafeb

RGB 155175235
HSL0.630.670.76
HSV225°34°92°
CMYK 0.340.260.00   0.08
XYZ43.842943.626784.7073
Yxy43.62670.25460.2534
Hunter Lab66.05052.8960-29.8018
CIE-Lab71.97837.1120-32.2565

#9bafeb color RGB value is (155,175,235).

#9bafeb hex color red value is 155, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9bafeb hue: 0.63 , saturation: 0.67 and the lightness value of 9bafeb is 0.76.

The process color (four color CMYK) of #9bafeb color hex is 0.34, 0.26, 0.00, 0.08. Web safe color of #9bafeb is #9999ff. Color #9bafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101111 11101011
Octal 233 257 353
Decimal 155 175 235
Hex 9B AF EB

RGB Percentages of Color #9bafeb

%27.43
%30.97
%41.59

CMYK Percentages of Color #9bafeb

%34
%26
%0
%8

Triadic Colors of #9bafeb

#9bafeb #eb9baf #afeb9b

Analogous Colors of #9bafeb

#9bafeb #af9beb #9bd7eb

Monochromatic Colors of #9bafeb

#9bafeb

Complementary Color

#9bafeb #ebd79b

#9bafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bafeb Color CSS Codes

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

#9bafeb Text Font Color

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

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


#9bafeb Background Color

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

This div background color is #9bafeb


#9bafeb Border Color

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

This div border color is #9bafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bafeb


Comments

No comments written yet.

Please login to write comment.