Color Hex Logo

#9baee3 Color Hex

#9BAEE3
(155,174,227)
0 Favorites   0 Comments

Color spaces of #9baee3

RGB 155174227
HSL0.620.560.75
HSV224°32°89°
CMYK 0.320.230.00   0.11
XYZ42.518742.786778.6907
Yxy42.78670.25930.2609
Hunter Lab65.41151.5581-25.5383
CIE-Lab71.41005.6323-28.7739

#9baee3 color RGB value is (155,174,227).

#9baee3 hex color red value is 155, green value is 174 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #9baee3 hue: 0.62 , saturation: 0.56 and the lightness value of 9baee3 is 0.75.

The process color (four color CMYK) of #9baee3 color hex is 0.32, 0.23, 0.00, 0.11. Web safe color of #9baee3 is #9999cc. Color #9baee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101110 11100011
Octal 233 256 343
Decimal 155 174 227
Hex 9B AE E3

RGB Percentages of Color #9baee3

%27.88
%31.29
%40.83

CMYK Percentages of Color #9baee3

%32
%23
%0
%11

Triadic Colors of #9baee3

#9baee3 #e39bae #aee39b

Analogous Colors of #9baee3

#9baee3 #ac9be3 #9bd2e3

Monochromatic Colors of #9baee3

#9baee3

Complementary Color

#9baee3 #e3d09b

#9baee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baee3 Color CSS Codes

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

#9baee3 Text Font Color

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

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


#9baee3 Background Color

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

This div background color is #9baee3


#9baee3 Border Color

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

This div border color is #9baee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baee3


Comments

No comments written yet.

Please login to write comment.