Color Hex Logo

#9aeddd Color Hex

#9AEDDD
(154,237,221)
0 Favorites   0 Comments

Color spaces of #9aeddd

RGB 154237221
HSL0.470.700.77
HSV168°35°93°
CMYK 0.350.000.07   0.07
XYZ56.661872.658979.4448
Yxy72.65890.27140.3480
Hunter Lab85.2402-30.51584.4092
CIE-Lab88.2848-28.6921-0.2509

#9aeddd color RGB value is (154,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101101 11011101
Octal 232 355 335
Decimal 154 237 221
Hex 9A ED DD

RGB Percentages of Color #9aeddd

%25.16
%38.73
%36.11

CMYK Percentages of Color #9aeddd

%35
%0
%7
%7

Triadic Colors of #9aeddd

#9aeddd #dd9aed #eddd9a

Analogous Colors of #9aeddd

#9aeddd #9ad4ed #9aedb4

Monochromatic Colors of #9aeddd

#9aeddd

Complementary Color

#9aeddd #ed9aaa

#9aeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeddd Color CSS Codes

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

#9aeddd Text Font Color

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

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


#9aeddd Background Color

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

This div background color is #9aeddd


#9aeddd Border Color

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

This div border color is #9aeddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,237,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 #9aeddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeddd


Comments

No comments written yet.

Please login to write comment.