Color Hex Logo

#9edade Color Hex

#9EDADE
(158,218,222)
0 Favorites   0 Comments

Color spaces of #9edade

RGB 158218222
HSL0.510.490.75
HSV184°29°87°
CMYK 0.290.020.00   0.13
XYZ52.356862.685878.4473
Yxy62.68580.27060.3240
Hunter Lab79.1744-20.5158-3.3235
CIE-Lab83.2768-18.0452-8.1286

#9edade color RGB value is (158,218,222).

#9edade hex color red value is 158, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9edade hue: 0.51 , saturation: 0.49 and the lightness value of 9edade is 0.75.

The process color (four color CMYK) of #9edade color hex is 0.29, 0.02, 0.00, 0.13. Web safe color of #9edade is #99cccc. Color #9edade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011010 11011110
Octal 236 332 336
Decimal 158 218 222
Hex 9E DA DE

RGB Percentages of Color #9edade

%26.42
%36.45
%37.12

CMYK Percentages of Color #9edade

%29
%2
%0
%13

Triadic Colors of #9edade

#9edade #de9eda #dade9e

Analogous Colors of #9edade

#9edade #9ebade #9edec2

Monochromatic Colors of #9edade

#9edade

Complementary Color

#9edade #dea29e

#9edade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edade Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edade Color CSS Codes

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

#9edade Text Font Color

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

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


#9edade Background Color

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

This div background color is #9edade


#9edade Border Color

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

This div border color is #9edade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,218,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9edade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9edade;
  -webkit-box-shadow: 1px 1px 3px 2px #9edade;
  box-shadow:         1px 1px 3px 2px #9edade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edade


Comments

No comments written yet.

Please login to write comment.