Color Hex Logo

#9aeedd Color Hex

#9AEEDD
(154,238,221)
0 Favorites   0 Comments

Color spaces of #9aeedd

RGB 154238221
HSL0.470.710.77
HSV168°35°93°
CMYK 0.350.000.07   0.07
XYZ56.952173.239679.5416
Yxy73.23960.27150.3492
Hunter Lab85.5801-30.97664.7996
CIE-Lab88.5619-29.16900.1538

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101110 11011101
Octal 232 356 335
Decimal 154 238 221
Hex 9A EE DD

RGB Percentages of Color #9aeedd

%25.12
%38.83
%36.05

CMYK Percentages of Color #9aeedd

%35
%0
%7
%7

Triadic Colors of #9aeedd

#9aeedd #dd9aee #eedd9a

Analogous Colors of #9aeedd

#9aeedd #9ad5ee #9aeeb3

Monochromatic Colors of #9aeedd

#9aeedd

Complementary Color

#9aeedd #ee9aab

#9aeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeedd Color CSS Codes

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

#9aeedd Text Font Color

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

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


#9aeedd Background Color

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

This div background color is #9aeedd


#9aeedd Border Color

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

This div border color is #9aeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeedd


Comments

No comments written yet.

Please login to write comment.