Color Hex Logo

#9fbedc Color Hex

#9FBEDC
(159,190,220)
0 Favorites   0 Comments

Color spaces of #9fbedc

RGB 159190220
HSL0.580.470.74
HSV210°28°86°
CMYK 0.280.140.00   0.14
XYZ45.629849.365174.8336
Yxy49.36510.26870.2907
Hunter Lab70.2603-7.0306-13.9670
CIE-Lab75.6779-3.6559-18.4336

#9fbedc color RGB value is (159,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111110 11011100
Octal 237 276 334
Decimal 159 190 220
Hex 9F BE DC

RGB Percentages of Color #9fbedc

%27.94
%33.39
%38.66

CMYK Percentages of Color #9fbedc

%28
%14
%0
%14

Triadic Colors of #9fbedc

#9fbedc #dc9fbe #bedc9f

Analogous Colors of #9fbedc

#9fbedc #9fa0dc #9fdcdc

Monochromatic Colors of #9fbedc

#9fbedc

Complementary Color

#9fbedc #dcbd9f

#9fbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbedc Color CSS Codes

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

#9fbedc Text Font Color

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

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


#9fbedc Background Color

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

This div background color is #9fbedc


#9fbedc Border Color

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

This div border color is #9fbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbedc


Comments

No comments written yet.

Please login to write comment.