Color Hex Logo

#9fb5ee Color Hex

#9FB5EE
(159,181,238)
0 Favorites   0 Comments

Color spaces of #9fb5ee

RGB 159181238
HSL0.620.700.78
HSV223°33°93°
CMYK 0.330.240.00   0.07
XYZ46.254646.591787.4441
Yxy46.59170.25660.2584
Hunter Lab68.25811.5075-28.1746
CIE-Lab73.92785.6663-30.8552

#9fb5ee color RGB value is (159,181,238).

#9fb5ee hex color red value is 159, green value is 181 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9fb5ee hue: 0.62 , saturation: 0.70 and the lightness value of 9fb5ee is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10110101 11101110
Octal 237 265 356
Decimal 159 181 238
Hex 9F B5 EE

RGB Percentages of Color #9fb5ee

%27.51
%31.31
%41.18

CMYK Percentages of Color #9fb5ee

%33
%24
%0
%7

Triadic Colors of #9fb5ee

#9fb5ee #ee9fb5 #b5ee9f

Analogous Colors of #9fb5ee

#9fb5ee #b19fee #9fddee

Monochromatic Colors of #9fb5ee

#9fb5ee

Complementary Color

#9fb5ee #eed89f

#9fb5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb5ee Color CSS Codes

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

#9fb5ee Text Font Color

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

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


#9fb5ee Background Color

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

This div background color is #9fb5ee


#9fb5ee Border Color

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

This div border color is #9fb5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb5ee


Comments

No comments written yet.

Please login to write comment.