Color Hex Logo

#9fbcda Color Hex

#9FBCDA
(159,188,218)
0 Favorites   0 Comments

Color spaces of #9fbcda

RGB 159188218
HSL0.580.440.74
HSV211°27°85°
CMYK 0.270.140.00   0.15
XYZ44.936248.399373.3033
Yxy48.39930.26970.2904
Hunter Lab69.5696-6.4506-13.7733
CIE-Lab75.0761-3.0557-18.2598

#9fbcda color RGB value is (159,188,218).

#9fbcda hex color red value is 159, green value is 188 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9fbcda hue: 0.58 , saturation: 0.44 and the lightness value of 9fbcda is 0.74.

The process color (four color CMYK) of #9fbcda color hex is 0.27, 0.14, 0.00, 0.15. Web safe color of #9fbcda is #99cccc. Color #9fbcda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111100 11011010
Octal 237 274 332
Decimal 159 188 218
Hex 9F BC DA

RGB Percentages of Color #9fbcda

%28.14
%33.27
%38.58

CMYK Percentages of Color #9fbcda

%27
%14
%0
%15

Triadic Colors of #9fbcda

#9fbcda #da9fbc #bcda9f

Analogous Colors of #9fbcda

#9fbcda #a09fda #9fdada

Monochromatic Colors of #9fbcda

#9fbcda

Complementary Color

#9fbcda #dabd9f

#9fbcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbcda Color CSS Codes

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

#9fbcda Text Font Color

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

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


#9fbcda Background Color

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

This div background color is #9fbcda


#9fbcda Border Color

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

This div border color is #9fbcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbcda


Comments

No comments written yet.

Please login to write comment.