Color Hex Logo

#9ae2be Color Hex

#9AE2BE
(154,226,190)
0 Favorites   0 Comments

Color spaces of #9ae2be

RGB 154226190
HSL0.420.550.75
HSV150°32°89°
CMYK 0.320.000.16   0.11
XYZ49.817064.980458.6320
Yxy64.98040.28720.3747
Hunter Lab80.6104-30.755813.3027
CIE-Lab84.4736-29.941710.5177

#9ae2be color RGB value is (154,226,190).

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

The process color (four color CMYK) of #9ae2be color hex is 0.32, 0.00, 0.16, 0.11. Web safe color of #9ae2be is #99cccc. Color #9ae2be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100010 10111110
Octal 232 342 276
Decimal 154 226 190
Hex 9A E2 BE

RGB Percentages of Color #9ae2be

%27.02
%39.65
%33.33

CMYK Percentages of Color #9ae2be

%32
%0
%16
%11

Triadic Colors of #9ae2be

#9ae2be #be9ae2 #e2be9a

Analogous Colors of #9ae2be

#9ae2be #9ae2e2 #9ae29a

Monochromatic Colors of #9ae2be

#9ae2be

Complementary Color

#9ae2be #e29abe

#9ae2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae2be Color CSS Codes

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

#9ae2be Text Font Color

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

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


#9ae2be Background Color

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

This div background color is #9ae2be


#9ae2be Border Color

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

This div border color is #9ae2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae2be


Comments

No comments written yet.

Please login to write comment.