Color Hex Logo

#9aeddf Color Hex

#9AEDDF
(154,237,223)
0 Favorites   0 Comments

Color spaces of #9aeddf

RGB 154237223
HSL0.470.700.77
HSV170°35°93°
CMYK 0.350.000.06   0.07
XYZ56.929972.766180.8568
Yxy72.76610.27040.3456
Hunter Lab85.3030-30.15233.5125
CIE-Lab88.3360-28.2504-1.2229

#9aeddf color RGB value is (154,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101101 11011111
Octal 232 355 337
Decimal 154 237 223
Hex 9A ED DF

RGB Percentages of Color #9aeddf

%25.08
%38.60
%36.32

CMYK Percentages of Color #9aeddf

%35
%0
%6
%7

Triadic Colors of #9aeddf

#9aeddf #df9aed #eddf9a

Analogous Colors of #9aeddf

#9aeddf #9ad2ed #9aedb6

Monochromatic Colors of #9aeddf

#9aeddf

Complementary Color

#9aeddf #ed9aa8

#9aeddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeddf Color CSS Codes

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

#9aeddf Text Font Color

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

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


#9aeddf Background Color

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

This div background color is #9aeddf


#9aeddf Border Color

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

This div border color is #9aeddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeddf


Comments

No comments written yet.

Please login to write comment.