Color Hex Logo

#9fbae0 Color Hex

#9FBAE0
(159,186,224)
0 Favorites   0 Comments

Color spaces of #9fbae0

RGB 159186224
HSL0.600.510.75
HSV215°29°88°
CMYK 0.290.170.00   0.12
XYZ45.311547.870677.3728
Yxy47.87060.26570.2807
Hunter Lab69.1886-4.1806-17.8713
CIE-Lab74.7432-0.5397-22.0192

#9fbae0 color RGB value is (159,186,224).

#9fbae0 hex color red value is 159, green value is 186 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #9fbae0 hue: 0.60 , saturation: 0.51 and the lightness value of 9fbae0 is 0.75.

The process color (four color CMYK) of #9fbae0 color hex is 0.29, 0.17, 0.00, 0.12. Web safe color of #9fbae0 is #99cccc. Color #9fbae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 11100000
Octal 237 272 340
Decimal 159 186 224
Hex 9F BA E0

RGB Percentages of Color #9fbae0

%27.94
%32.69
%39.37

CMYK Percentages of Color #9fbae0

%29
%17
%0
%12

Triadic Colors of #9fbae0

#9fbae0 #e09fba #bae09f

Analogous Colors of #9fbae0

#9fbae0 #a59fe0 #9fdbe0

Monochromatic Colors of #9fbae0

#9fbae0

Complementary Color

#9fbae0 #e0c59f

#9fbae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbae0 Color CSS Codes

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

#9fbae0 Text Font Color

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

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


#9fbae0 Background Color

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

This div background color is #9fbae0


#9fbae0 Border Color

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

This div border color is #9fbae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbae0


Comments

No comments written yet.

Please login to write comment.