Color Hex Logo

#9aeabe Color Hex

#9AEABE
(154,234,190)
0 Favorites   0 Comments

Color spaces of #9aeabe

RGB 154234190
HSL0.410.660.76
HSV147°34°92°
CMYK 0.340.000.19   0.08
XYZ52.043569.433459.3742
Yxy69.43340.28780.3839
Hunter Lab83.3267-34.335716.0818
CIE-Lab86.7182-33.698113.7039

#9aeabe color RGB value is (154,234,190).

#9aeabe hex color red value is 154, green value is 234 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9aeabe hue: 0.41 , saturation: 0.66 and the lightness value of 9aeabe is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101010 10111110
Octal 232 352 276
Decimal 154 234 190
Hex 9A EA BE

RGB Percentages of Color #9aeabe

%26.64
%40.48
%32.87

CMYK Percentages of Color #9aeabe

%34
%0
%19
%8

Triadic Colors of #9aeabe

#9aeabe #be9aea #eabe9a

Analogous Colors of #9aeabe

#9aeabe #9aeae6 #9eea9a

Monochromatic Colors of #9aeabe

#9aeabe

Complementary Color

#9aeabe #ea9ac6

#9aeabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeabe Color CSS Codes

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

#9aeabe Text Font Color

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

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


#9aeabe Background Color

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

This div background color is #9aeabe


#9aeabe Border Color

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

This div border color is #9aeabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeabe


Comments

No comments written yet.

Please login to write comment.