Color Hex Logo

#9fbdee Color Hex

#9FBDEE
(159,189,238)
0 Favorites   0 Comments

Color spaces of #9fbdee

RGB 159189238
HSL0.600.700.78
HSV217°33°93°
CMYK 0.330.210.00   0.07
XYZ47.928349.939288.0021
Yxy49.93920.25790.2687
Hunter Lab70.6677-2.6060-24.3662
CIE-Lab76.03191.2845-27.6220

#9fbdee color RGB value is (159,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111101 11101110
Octal 237 275 356
Decimal 159 189 238
Hex 9F BD EE

RGB Percentages of Color #9fbdee

%27.13
%32.25
%40.61

CMYK Percentages of Color #9fbdee

%33
%21
%0
%7

Triadic Colors of #9fbdee

#9fbdee #ee9fbd #bdee9f

Analogous Colors of #9fbdee

#9fbdee #a99fee #9fe5ee

Monochromatic Colors of #9fbdee

#9fbdee

Complementary Color

#9fbdee #eed09f

#9fbdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbdee Color CSS Codes

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

#9fbdee Text Font Color

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

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


#9fbdee Background Color

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

This div background color is #9fbdee


#9fbdee Border Color

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

This div border color is #9fbdee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,189,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 #9fbdee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbdee


Comments

No comments written yet.

Please login to write comment.