Color Hex Logo

#9aeebc Color Hex

#9AEEBC
(154,238,188)
0 Favorites   0 Comments

Color spaces of #9aeebc

RGB 154238188
HSL0.400.710.77
HSV144°35°93°
CMYK 0.350.000.21   0.07
XYZ52.978171.649958.6145
Yxy71.64990.28910.3910
Hunter Lab84.6463-36.412018.1962
CIE-Lab87.7998-35.926116.2686

#9aeebc color RGB value is (154,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101110 10111100
Octal 232 356 274
Decimal 154 238 188
Hex 9A EE BC

RGB Percentages of Color #9aeebc

%26.55
%41.03
%32.41

CMYK Percentages of Color #9aeebc

%35
%0
%21
%7

Triadic Colors of #9aeebc

#9aeebc #bc9aee #eebc9a

Analogous Colors of #9aeebc

#9aeebc #9aeee6 #a2ee9a

Monochromatic Colors of #9aeebc

#9aeebc

Complementary Color

#9aeebc #ee9acc

#9aeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeebc Color CSS Codes

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

#9aeebc Text Font Color

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

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


#9aeebc Background Color

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

This div background color is #9aeebc


#9aeebc Border Color

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

This div border color is #9aeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeebc


Comments

No comments written yet.

Please login to write comment.