Color Hex Logo

#9beffa Color Hex

#9BEFFA
(155,239,250)
0 Favorites   0 Comments

Color spaces of #9beffa

RGB 155239250
HSL0.520.900.79
HSV187°38°98°
CMYK 0.380.040.00   0.02
XYZ61.639475.6037101.7867
Yxy75.60370.25790.3163
Hunter Lab86.9504-25.6240-8.5414
CIE-Lab89.6750-22.7063-13.3588

#9beffa color RGB value is (155,239,250).

#9beffa hex color red value is 155, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9beffa hue: 0.52 , saturation: 0.90 and the lightness value of 9beffa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 11111010
Octal 233 357 372
Decimal 155 239 250
Hex 9B EF FA

RGB Percentages of Color #9beffa

%24.07
%37.11
%38.82

CMYK Percentages of Color #9beffa

%38
%4
%0
%2

Triadic Colors of #9beffa

#9beffa #fa9bef #effa9b

Analogous Colors of #9beffa

#9beffa #9bc0fa #9bfad6

Monochromatic Colors of #9beffa

#9beffa

Complementary Color

#9beffa #faa69b

#9beffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beffa Color CSS Codes

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

#9beffa Text Font Color

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

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


#9beffa Background Color

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

This div background color is #9beffa


#9beffa Border Color

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

This div border color is #9beffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beffa

Related Colors


Comments

No comments written yet.

Please login to write comment.