Color Hex Logo

#9aeeea Color Hex

#9AEEEA
(154,238,234)
0 Favorites   0 Comments

Color spaces of #9aeeea

RGB 154238234
HSL0.490.710.77
HSV177°35°93°
CMYK 0.350.000.02   0.07
XYZ58.752273.959689.0210
Yxy73.95960.26500.3336
Hunter Lab85.9998-28.5543-1.1731
CIE-Lab88.9034-26.2460-6.1461

#9aeeea color RGB value is (154,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101110 11101010
Octal 232 356 352
Decimal 154 238 234
Hex 9A EE EA

RGB Percentages of Color #9aeeea

%24.60
%38.02
%37.38

CMYK Percentages of Color #9aeeea

%35
%0
%2
%7

Triadic Colors of #9aeeea

#9aeeea #ea9aee #eeea9a

Analogous Colors of #9aeeea

#9aeeea #9ac8ee #9aeec0

Monochromatic Colors of #9aeeea

#9aeeea

Complementary Color

#9aeeea #ee9a9e

#9aeeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeeea Color CSS Codes

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

#9aeeea Text Font Color

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

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


#9aeeea Background Color

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

This div background color is #9aeeea


#9aeeea Border Color

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

This div border color is #9aeeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeeea


Comments

No comments written yet.

Please login to write comment.