Color Hex Logo

#9baccf Color Hex

#9BACCF
(155,172,207)
0 Favorites   0 Comments

Color spaces of #9baccf

RGB 155172207
HSL0.610.350.71
HSV220°25°81°
CMYK 0.250.170.00   0.19
XYZ39.532640.978664.8576
Yxy40.97860.27190.2819
Hunter Lab64.0145-1.7916-15.2607
CIE-Lab70.16091.8459-19.7258

#9baccf color RGB value is (155,172,207).

#9baccf hex color red value is 155, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9baccf hue: 0.61 , saturation: 0.35 and the lightness value of 9baccf is 0.71.

The process color (four color CMYK) of #9baccf color hex is 0.25, 0.17, 0.00, 0.19. Web safe color of #9baccf is #9999cc. Color #9baccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101100 11001111
Octal 233 254 317
Decimal 155 172 207
Hex 9B AC CF

RGB Percentages of Color #9baccf

%29.03
%32.21
%38.76

CMYK Percentages of Color #9baccf

%25
%17
%0
%19

Triadic Colors of #9baccf

#9baccf #cf9bac #accf9b

Analogous Colors of #9baccf

#9baccf #a49bcf #9bc6cf

Monochromatic Colors of #9baccf

#9baccf

Complementary Color

#9baccf #cfbe9b

#9baccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baccf Color CSS Codes

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

#9baccf Text Font Color

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

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


#9baccf Background Color

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

This div background color is #9baccf


#9baccf Border Color

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

This div border color is #9baccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baccf

#9baccf Color Palettes


Comments

No comments written yet.

Please login to write comment.