Color Hex Logo

#9aefbb Color Hex

#9AEFBB
(154,239,187)
0 Favorites   0 Comments

Color spaces of #9aefbb

RGB 154239187
HSL0.400.730.77
HSV143°36°94°
CMYK 0.360.000.22   0.06
XYZ53.162672.190958.1460
Yxy72.19090.28970.3934
Hunter Lab84.9652-37.002018.9005
CIE-Lab88.0604-36.572217.1526

#9aefbb color RGB value is (154,239,187).

#9aefbb hex color red value is 154, green value is 239 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9aefbb hue: 0.40 , saturation: 0.73 and the lightness value of 9aefbb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101111 10111011
Octal 232 357 273
Decimal 154 239 187
Hex 9A EF BB

RGB Percentages of Color #9aefbb

%26.55
%41.21
%32.24

CMYK Percentages of Color #9aefbb

%36
%0
%22
%6

Triadic Colors of #9aefbb

#9aefbb #bb9aef #efbb9a

Analogous Colors of #9aefbb

#9aefbb #9aefe6 #a4ef9a

Monochromatic Colors of #9aefbb

#9aefbb

Complementary Color

#9aefbb #ef9ace

#9aefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aefbb Color CSS Codes

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

#9aefbb Text Font Color

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

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


#9aefbb Background Color

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

This div background color is #9aefbb


#9aefbb Border Color

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

This div border color is #9aefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aefbb


Comments

No comments written yet.

Please login to write comment.