Color Hex Logo

#9ae7be Color Hex

#9AE7BE
(154,231,190)
0 Favorites   0 Comments

Color spaces of #9ae7be

RGB 154231190
HSL0.410.620.75
HSV148°33°91°
CMYK 0.330.000.18   0.09
XYZ51.196667.739659.0919
Yxy67.73960.28760.3805
Hunter Lab82.3041-32.997615.0444
CIE-Lab85.8761-32.299212.5113

#9ae7be color RGB value is (154,231,190).

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

The process color (four color CMYK) of #9ae7be color hex is 0.33, 0.00, 0.18, 0.09. Web safe color of #9ae7be is #99ffcc. Color #9ae7be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100111 10111110
Octal 232 347 276
Decimal 154 231 190
Hex 9A E7 BE

RGB Percentages of Color #9ae7be

%26.78
%40.17
%33.04

CMYK Percentages of Color #9ae7be

%33
%0
%18
%9

Triadic Colors of #9ae7be

#9ae7be #be9ae7 #e7be9a

Analogous Colors of #9ae7be

#9ae7be #9ae7e5 #9de79a

Monochromatic Colors of #9ae7be

#9ae7be

Complementary Color

#9ae7be #e79ac3

#9ae7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae7be Color CSS Codes

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

#9ae7be Text Font Color

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

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


#9ae7be Background Color

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

This div background color is #9ae7be


#9ae7be Border Color

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

This div border color is #9ae7be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,231,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 #9ae7be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae7be


Comments

No comments written yet.

Please login to write comment.