Color Hex Logo

#9ffaeb Color Hex

#9FFAEB
(159,250,235)
0 Favorites   0 Comments

Color spaces of #9ffaeb

RGB 159250235
HSL0.470.900.80
HSV170°36°98°
CMYK 0.360.000.06   0.02
XYZ63.479181.740391.0290
Yxy81.74030.26870.3460
Hunter Lab90.4103-32.88933.5915
CIE-Lab92.4601-30.4475-1.4095

#9ffaeb color RGB value is (159,250,235).

#9ffaeb hex color red value is 159, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9ffaeb hue: 0.47 , saturation: 0.90 and the lightness value of 9ffaeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111010 11101011
Octal 237 372 353
Decimal 159 250 235
Hex 9F FA EB

RGB Percentages of Color #9ffaeb

%24.69
%38.82
%36.49

CMYK Percentages of Color #9ffaeb

%36
%0
%6
%2

Triadic Colors of #9ffaeb

#9ffaeb #eb9ffa #faeb9f

Analogous Colors of #9ffaeb

#9ffaeb #9fdcfa #9ffabe

Monochromatic Colors of #9ffaeb

#9ffaeb

Complementary Color

#9ffaeb #fa9fae

#9ffaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffaeb Color CSS Codes

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

#9ffaeb Text Font Color

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

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


#9ffaeb Background Color

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

This div background color is #9ffaeb


#9ffaeb Border Color

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

This div border color is #9ffaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,250,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffaeb


Comments

No comments written yet.

Please login to write comment.