Color Hex Logo

#9aeeee Color Hex

#9AEEEE
(154,238,238)
0 Favorites   0 Comments

Color spaces of #9aeeee

RGB 154238238
HSL0.500.710.77
HSV180°35°93°
CMYK 0.350.000.00   0.07
XYZ59.333674.192192.0822
Yxy74.19210.26300.3289
Hunter Lab86.1348-27.7770-3.0894
CIE-Lab89.0132-25.3189-8.0763

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101110 11101110
Octal 232 356 356
Decimal 154 238 238
Hex 9A EE EE

RGB Percentages of Color #9aeeee

%24.44
%37.78
%37.78

CMYK Percentages of Color #9aeeee

%35
%0
%0
%7

Triadic Colors of #9aeeee

#9aeeee #ee9aee #eeee9a

Analogous Colors of #9aeeee

#9aeeee #9ac4ee #9aeec4

Monochromatic Colors of #9aeeee

#9aeeee

Complementary Color

#9aeeee #ee9a9a

#9aeeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeeee Color CSS Codes

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

#9aeeee Text Font Color

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

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


#9aeeee Background Color

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

This div background color is #9aeeee


#9aeeee Border Color

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

This div border color is #9aeeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeeee


Comments

No comments written yet.

Please login to write comment.