Color Hex Logo

#9baaf5 Color Hex

#9BAAF5
(155,170,245)
0 Favorites   0 Comments

Color spaces of #9baaf5

RGB 155170245
HSL0.640.820.78
HSV230°37°96°
CMYK 0.370.310.00   0.04
XYZ44.373742.310692.2142
Yxy42.31060.24800.2365
Hunter Lab65.04667.9382-38.5207
CIE-Lab71.084512.5171-39.0781

#9baaf5 color RGB value is (155,170,245).

#9baaf5 hex color red value is 155, green value is 170 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #9baaf5 hue: 0.64 , saturation: 0.82 and the lightness value of 9baaf5 is 0.78.

The process color (four color CMYK) of #9baaf5 color hex is 0.37, 0.31, 0.00, 0.04. Web safe color of #9baaf5 is #9999ff. Color #9baaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101010 11110101
Octal 233 252 365
Decimal 155 170 245
Hex 9B AA F5

RGB Percentages of Color #9baaf5

%27.19
%29.82
%42.98

CMYK Percentages of Color #9baaf5

%37
%31
%0
%4

Triadic Colors of #9baaf5

#9baaf5 #f59baa #aaf59b

Analogous Colors of #9baaf5

#9baaf5 #b99bf5 #9bd7f5

Monochromatic Colors of #9baaf5

#9baaf5

Complementary Color

#9baaf5 #f5e69b

#9baaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baaf5 Color CSS Codes

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

#9baaf5 Text Font Color

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

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


#9baaf5 Background Color

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

This div background color is #9baaf5


#9baaf5 Border Color

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

This div border color is #9baaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baaf5


Comments

No comments written yet.

Please login to write comment.