Color Hex Logo

#9beaab Color Hex

#9BEAAB
(155,234,171)
0 Favorites   0 Comments

Color spaces of #9beaab

RGB 155234171
HSL0.370.650.76
HSV132°34°92°
CMYK 0.340.000.27   0.08
XYZ50.291168.754549.1484
Yxy68.75450.29900.4088
Hunter Lab82.9183-36.844422.8997
CIE-Lab86.3823-36.894123.1021

#9beaab color RGB value is (155,234,171).

#9beaab hex color red value is 155, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9beaab hue: 0.37 , saturation: 0.65 and the lightness value of 9beaab is 0.76.

The process color (four color CMYK) of #9beaab color hex is 0.34, 0.00, 0.27, 0.08. Web safe color of #9beaab is #99ff99. Color #9beaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101010 10101011
Octal 233 352 253
Decimal 155 234 171
Hex 9B EA AB

RGB Percentages of Color #9beaab

%27.68
%41.79
%30.54

CMYK Percentages of Color #9beaab

%34
%0
%27
%8

Triadic Colors of #9beaab

#9beaab #ab9bea #eaab9b

Analogous Colors of #9beaab

#9beaab #9bead3 #b3ea9b

Monochromatic Colors of #9beaab

#9beaab

Complementary Color

#9beaab #ea9bda

#9beaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beaab Color CSS Codes

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

#9beaab Text Font Color

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

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


#9beaab Background Color

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

This div background color is #9beaab


#9beaab Border Color

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

This div border color is #9beaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beaab


Comments

No comments written yet.

Please login to write comment.