Color Hex Logo

#9febfa Color Hex

#9FEBFA
(159,235,250)
0 Favorites   0 Comments

Color spaces of #9febfa

RGB 159235250
HSL0.530.900.80
HSV190°36°98°
CMYK 0.360.060.00   0.02
XYZ61.261773.6897101.4372
Yxy73.68970.25920.3117
Hunter Lab85.8427-22.8381-9.9709
CIE-Lab88.7756-19.7154-14.6854

#9febfa color RGB value is (159,235,250).

#9febfa hex color red value is 159, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9febfa hue: 0.53 , saturation: 0.90 and the lightness value of 9febfa is 0.80.

The process color (four color CMYK) of #9febfa color hex is 0.36, 0.06, 0.00, 0.02. Web safe color of #9febfa is #99ffff. Color #9febfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101011 11111010
Octal 237 353 372
Decimal 159 235 250
Hex 9F EB FA

RGB Percentages of Color #9febfa

%24.69
%36.49
%38.82

CMYK Percentages of Color #9febfa

%36
%6
%0
%2

Triadic Colors of #9febfa

#9febfa #fa9feb #ebfa9f

Analogous Colors of #9febfa

#9febfa #9fbefa #9ffadc

Monochromatic Colors of #9febfa

#9febfa

Complementary Color

#9febfa #faae9f

#9febfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9febfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9febfa Color CSS Codes

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

#9febfa Text Font Color

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

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


#9febfa Background Color

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

This div background color is #9febfa


#9febfa Border Color

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

This div border color is #9febfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9febfa


Comments

No comments written yet.

Please login to write comment.