Color Hex Logo

#9baefc Color Hex

#9BAEFC
(155,174,252)
0 Favorites   0 Comments

Color spaces of #9baefc

RGB 155174252
HSL0.630.940.80
HSV228°38°99°
CMYK 0.380.310.00   0.01
XYZ46.224344.268998.2039
Yxy44.26890.24500.2346
Hunter Lab66.53497.5747-40.9362
CIE-Lab72.407912.1320-40.8078

#9baefc color RGB value is (155,174,252).

#9baefc hex color red value is 155, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9baefc hue: 0.63 , saturation: 0.94 and the lightness value of 9baefc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101110 11111100
Octal 233 256 374
Decimal 155 174 252
Hex 9B AE FC

RGB Percentages of Color #9baefc

%26.68
%29.95
%43.37

CMYK Percentages of Color #9baefc

%38
%31
%0
%1

Triadic Colors of #9baefc

#9baefc #fc9bae #aefc9b

Analogous Colors of #9baefc

#9baefc #b99bfc #9bdffc

Monochromatic Colors of #9baefc

#9baefc

Complementary Color

#9baefc #fce99b

#9baefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baefc Color CSS Codes

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

#9baefc Text Font Color

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

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


#9baefc Background Color

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

This div background color is #9baefc


#9baefc Border Color

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

This div border color is #9baefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baefc


Comments

No comments written yet.

Please login to write comment.