Color Hex Logo

#9beafb Color Hex

#9BEAFB
(155,234,251)
0 Favorites   0 Comments

Color spaces of #9beafb

RGB 155234251
HSL0.530.920.80
HSV191°38°98°
CMYK 0.380.070.00   0.02
XYZ60.353072.7792102.1336
Yxy72.77920.25650.3093
Hunter Lab85.3107-23.0141-11.2642
CIE-Lab88.3423-19.9938-15.8785

#9beafb color RGB value is (155,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101010 11111011
Octal 233 352 373
Decimal 155 234 251
Hex 9B EA FB

RGB Percentages of Color #9beafb

%24.22
%36.56
%39.22

CMYK Percentages of Color #9beafb

%38
%7
%0
%2

Triadic Colors of #9beafb

#9beafb #fb9bea #eafb9b

Analogous Colors of #9beafb

#9beafb #9bbafb #9bfbdc

Monochromatic Colors of #9beafb

#9beafb

Complementary Color

#9beafb #fbac9b

#9beafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beafb Color CSS Codes

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

#9beafb Text Font Color

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

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


#9beafb Background Color

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

This div background color is #9beafb


#9beafb Border Color

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

This div border color is #9beafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,234,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beafb


Comments

No comments written yet.

Please login to write comment.