Color Hex Logo

#9afbef Color Hex

#9AFBEF
(154,251,239)
0 Favorites   0 Comments

Color spaces of #9afbef

RGB 154251239
HSL0.480.920.79
HSV173°39°98°
CMYK 0.390.000.05   0.02
XYZ63.403682.096494.1658
Yxy82.09640.26460.3425
Hunter Lab90.6071-33.65441.8062
CIE-Lab92.6174-31.2987-3.2781

#9afbef color RGB value is (154,251,239).

#9afbef hex color red value is 154, green value is 251 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9afbef hue: 0.48 , saturation: 0.92 and the lightness value of 9afbef is 0.79.

The process color (four color CMYK) of #9afbef color hex is 0.39, 0.00, 0.05, 0.02. Web safe color of #9afbef is #99ffff. Color #9afbef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11111011 11101111
Octal 232 373 357
Decimal 154 251 239
Hex 9A FB EF

RGB Percentages of Color #9afbef

%23.91
%38.98
%37.11

CMYK Percentages of Color #9afbef

%39
%0
%5
%2

Triadic Colors of #9afbef

#9afbef #ef9afb #fbef9a

Analogous Colors of #9afbef

#9afbef #9ad7fb #9afbbf

Monochromatic Colors of #9afbef

#9afbef

Complementary Color

#9afbef #fb9aa6

#9afbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9afbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9afbef Color CSS Codes

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

#9afbef Text Font Color

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

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


#9afbef Background Color

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

This div background color is #9afbef


#9afbef Border Color

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

This div border color is #9afbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9afbef

Related Colors

#9afbef Color Palettes


Comments

No comments written yet.

Please login to write comment.