Color Hex Logo

#9aeebd Color Hex

#9AEEBD
(154,238,189)
0 Favorites   0 Comments

Color spaces of #9aeebd

RGB 154238189
HSL0.400.710.77
HSV145°35°93°
CMYK 0.350.000.21   0.07
XYZ53.086371.693259.1843
Yxy71.69320.28860.3897
Hunter Lab84.6718-36.262417.8275
CIE-Lab87.8207-35.736215.7792

#9aeebd color RGB value is (154,238,189).

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

The process color (four color CMYK) of #9aeebd color hex is 0.35, 0.00, 0.21, 0.07. Web safe color of #9aeebd is #99ffcc. Color #9aeebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101110 10111101
Octal 232 356 275
Decimal 154 238 189
Hex 9A EE BD

RGB Percentages of Color #9aeebd

%26.51
%40.96
%32.53

CMYK Percentages of Color #9aeebd

%35
%0
%21
%7

Triadic Colors of #9aeebd

#9aeebd #bd9aee #eebd9a

Analogous Colors of #9aeebd

#9aeebd #9aeee7 #a1ee9a

Monochromatic Colors of #9aeebd

#9aeebd

Complementary Color

#9aeebd #ee9acb

#9aeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeebd Color CSS Codes

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

#9aeebd Text Font Color

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

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


#9aeebd Background Color

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

This div background color is #9aeebd


#9aeebd Border Color

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

This div border color is #9aeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeebd


Comments

No comments written yet.

Please login to write comment.