Color Hex Logo

#9feffb Color Hex

#9FEFFB
(159,239,251)
0 Favorites   0 Comments

Color spaces of #9feffb

RGB 159239251
HSL0.520.920.80
HSV188°37°98°
CMYK 0.370.050.00   0.02
XYZ62.577276.0690102.6514
Yxy76.06900.25930.3152
Hunter Lab87.2175-24.5598-8.7296
CIE-Lab89.8914-21.4550-13.5380

#9feffb color RGB value is (159,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101111 11111011
Octal 237 357 373
Decimal 159 239 251
Hex 9F EF FB

RGB Percentages of Color #9feffb

%24.50
%36.83
%38.67

CMYK Percentages of Color #9feffb

%37
%5
%0
%2

Triadic Colors of #9feffb

#9feffb #fb9fef #effb9f

Analogous Colors of #9feffb

#9feffb #9fc1fb #9ffbd9

Monochromatic Colors of #9feffb

#9feffb

Complementary Color

#9feffb #fbab9f

#9feffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9feffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9feffb Color CSS Codes

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

#9feffb Text Font Color

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

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


#9feffb Background Color

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

This div background color is #9feffb


#9feffb Border Color

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

This div border color is #9feffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9feffb


Comments

No comments written yet.

Please login to write comment.