Color Hex Logo

#9befa4 Color Hex

#9BEFA4
(155,239,164)
0 Favorites   0 Comments

Color spaces of #9befa4

RGB 155239164
HSL0.350.720.77
HSV126°35°94°
CMYK 0.350.000.31   0.06
XYZ51.084971.381946.2076
Yxy71.38190.30290.4232
Hunter Lab84.4878-39.925026.7149
CIE-Lab87.6702-40.328728.4456

#9befa4 color RGB value is (155,239,164).

#9befa4 hex color red value is 155, green value is 239 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #9befa4 hue: 0.35 , saturation: 0.72 and the lightness value of 9befa4 is 0.77.

The process color (four color CMYK) of #9befa4 color hex is 0.35, 0.00, 0.31, 0.06. Web safe color of #9befa4 is #99ff99. Color #9befa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 10100100
Octal 233 357 244
Decimal 155 239 164
Hex 9B EF A4

RGB Percentages of Color #9befa4

%27.78
%42.83
%29.39

CMYK Percentages of Color #9befa4

%35
%0
%31
%6

Triadic Colors of #9befa4

#9befa4 #a49bef #efa49b

Analogous Colors of #9befa4

#9befa4 #9befce #bcef9b

Monochromatic Colors of #9befa4

#9befa4

Complementary Color

#9befa4 #ef9be6

#9befa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9befa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9befa4 Color CSS Codes

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

#9befa4 Text Font Color

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

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


#9befa4 Background Color

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

This div background color is #9befa4


#9befa4 Border Color

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

This div border color is #9befa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9befa4


Comments

No comments written yet.

Please login to write comment.