Color Hex Logo

#9aedef Color Hex

#9AEDEF
(154,237,239)
0 Favorites   0 Comments

Color spaces of #9aedef

RGB 154237239
HSL0.500.730.77
HSV181°36°94°
CMYK 0.360.010.00   0.06
XYZ59.190673.670492.7615
Yxy73.67040.26230.3265
Hunter Lab85.8315-27.1089-3.9951
CIE-Lab88.7665-24.5991-8.9656

#9aedef color RGB value is (154,237,239).

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

The process color (four color CMYK) of #9aedef color hex is 0.36, 0.01, 0.00, 0.06. Web safe color of #9aedef is #99ffff. Color #9aedef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101101 11101111
Octal 232 355 357
Decimal 154 237 239
Hex 9A ED EF

RGB Percentages of Color #9aedef

%24.44
%37.62
%37.94

CMYK Percentages of Color #9aedef

%36
%1
%0
%6

Triadic Colors of #9aedef

#9aedef #ef9aed #edef9a

Analogous Colors of #9aedef

#9aedef #9ac3ef #9aefc7

Monochromatic Colors of #9aedef

#9aedef

Complementary Color

#9aedef #ef9c9a

#9aedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aedef Color CSS Codes

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

#9aedef Text Font Color

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

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


#9aedef Background Color

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

This div background color is #9aedef


#9aedef Border Color

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

This div border color is #9aedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aedef


Comments

No comments written yet.

Please login to write comment.