Color Hex Logo

#9fb3ea Color Hex

#9FB3EA
(159,179,234)
0 Favorites   0 Comments

Color spaces of #9fb3ea

RGB 159179234
HSL0.620.640.77
HSV224°32°92°
CMYK 0.320.240.00   0.08
XYZ45.269545.551684.2483
Yxy45.55160.25860.2602
Hunter Lab67.49191.6161-26.7657
CIE-Lab73.25365.7604-29.7247

#9fb3ea color RGB value is (159,179,234).

#9fb3ea hex color red value is 159, green value is 179 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9fb3ea hue: 0.62 , saturation: 0.64 and the lightness value of 9fb3ea is 0.77.

The process color (four color CMYK) of #9fb3ea color hex is 0.32, 0.24, 0.00, 0.08. Web safe color of #9fb3ea is #99ccff. Color #9fb3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10110011 11101010
Octal 237 263 352
Decimal 159 179 234
Hex 9F B3 EA

RGB Percentages of Color #9fb3ea

%27.80
%31.29
%40.91

CMYK Percentages of Color #9fb3ea

%32
%24
%0
%8

Triadic Colors of #9fb3ea

#9fb3ea #ea9fb3 #b3ea9f

Analogous Colors of #9fb3ea

#9fb3ea #b19fea #9fd9ea

Monochromatic Colors of #9fb3ea

#9fb3ea

Complementary Color

#9fb3ea #ead69f

#9fb3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb3ea Color CSS Codes

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

#9fb3ea Text Font Color

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

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


#9fb3ea Background Color

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

This div background color is #9fb3ea


#9fb3ea Border Color

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

This div border color is #9fb3ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,179,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fb3ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fb3ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9fb3ea;
  box-shadow:         1px 1px 3px 2px #9fb3ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,179,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb3ea


Comments

No comments written yet.

Please login to write comment.