Color Hex Logo

#9deada Color Hex

#9DEADA
(157,234,218)
0 Favorites   0 Comments

Color spaces of #9deada

RGB 157234218
HSL0.470.650.77
HSV168°33°92°
CMYK 0.330.000.07   0.08
XYZ55.982371.075777.0981
Yxy71.07570.27420.3481
Hunter Lab84.3064-29.00624.7939
CIE-Lab87.5218-27.09220.2242

#9deada color RGB value is (157,234,218).

#9deada hex color red value is 157, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9deada hue: 0.47 , saturation: 0.65 and the lightness value of 9deada is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101010 11011010
Octal 235 352 332
Decimal 157 234 218
Hex 9D EA DA

RGB Percentages of Color #9deada

%25.78
%38.42
%35.80

CMYK Percentages of Color #9deada

%33
%0
%7
%8

Triadic Colors of #9deada

#9deada #da9dea #eada9d

Analogous Colors of #9deada

#9deada #9dd4ea #9deab4

Monochromatic Colors of #9deada

#9deada

Complementary Color

#9deada #ea9dad

#9deada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deada Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deada Color CSS Codes

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

#9deada Text Font Color

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

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


#9deada Background Color

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

This div background color is #9deada


#9deada Border Color

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

This div border color is #9deada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deada


Comments

No comments written yet.

Please login to write comment.