Color Hex Logo

#9bfaef Color Hex

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

Color spaces of #9bfaef

RGB 155250239
HSL0.480.900.79
HSV173°38°98°
CMYK 0.380.000.04   0.02
XYZ63.283281.571894.0709
Yxy81.57180.26490.3414
Hunter Lab90.3171-32.98391.4677
CIE-Lab92.3855-30.5761-3.6138

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

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

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

Base Numbers

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

RGB Percentages of Color #9bfaef

%24.07
%38.82
%37.11

CMYK Percentages of Color #9bfaef

%38
%0
%4
%2

Triadic Colors of #9bfaef

#9bfaef #ef9bfa #faef9b

Analogous Colors of #9bfaef

#9bfaef #9bd6fa #9bfac0

Monochromatic Colors of #9bfaef

#9bfaef

Complementary Color

#9bfaef #fa9ba6

#9bfaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bfaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bfaef Color CSS Codes

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

#9bfaef Text Font Color

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

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


#9bfaef Background Color

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

This div background color is #9bfaef


#9bfaef Border Color

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

This div border color is #9bfaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bfaef


Comments

No comments written yet.

Please login to write comment.