Color Hex Logo

#9febba Color Hex

#9FEBBA
(159,235,186)
0 Favorites   0 Comments

Color spaces of #9febba

RGB 159235186
HSL0.390.660.77
HSV141°32°92°
CMYK 0.320.000.21   0.08
XYZ52.869370.332857.2434
Yxy70.33280.29300.3898
Hunter Lab83.8647-34.234618.2357
CIE-Lab87.1598-33.449416.4438

#9febba color RGB value is (159,235,186).

#9febba hex color red value is 159, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9febba hue: 0.39 , saturation: 0.66 and the lightness value of 9febba is 0.77.

The process color (four color CMYK) of #9febba color hex is 0.32, 0.00, 0.21, 0.08. Web safe color of #9febba is #99ffcc. Color #9febba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101011 10111010
Octal 237 353 272
Decimal 159 235 186
Hex 9F EB BA

RGB Percentages of Color #9febba

%27.41
%40.52
%32.07

CMYK Percentages of Color #9febba

%32
%0
%21
%8

Triadic Colors of #9febba

#9febba #ba9feb #ebba9f

Analogous Colors of #9febba

#9febba #9febe0 #aaeb9f

Monochromatic Colors of #9febba

#9febba

Complementary Color

#9febba #eb9fd0

#9febba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9febba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9febba Color CSS Codes

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

#9febba Text Font Color

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

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


#9febba Background Color

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

This div background color is #9febba


#9febba Border Color

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

This div border color is #9febba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9febba


Comments

No comments written yet.

Please login to write comment.