Color Hex Logo

#9beafa Color Hex

#9BEAFA
(155,234,250)
0 Favorites   0 Comments

Color spaces of #9beafa

RGB 155234250
HSL0.530.900.79
HSV190°38°98°
CMYK 0.380.060.00   0.02
XYZ60.195772.7163101.3055
Yxy72.71630.25700.3105
Hunter Lab85.2739-23.2242-10.7449
CIE-Lab88.3122-20.2379-15.3998

#9beafa color RGB value is (155,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101010 11111010
Octal 233 352 372
Decimal 155 234 250
Hex 9B EA FA

RGB Percentages of Color #9beafa

%24.26
%36.62
%39.12

CMYK Percentages of Color #9beafa

%38
%6
%0
%2

Triadic Colors of #9beafa

#9beafa #fa9bea #eafa9b

Analogous Colors of #9beafa

#9beafa #9bbbfa #9bfadb

Monochromatic Colors of #9beafa

#9beafa

Complementary Color

#9beafa #faab9b

#9beafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beafa Color CSS Codes

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

#9beafa Text Font Color

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

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


#9beafa Background Color

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

This div background color is #9beafa


#9beafa Border Color

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

This div border color is #9beafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beafa


Comments

No comments written yet.

Please login to write comment.