Color Hex Logo

#9defda Color Hex

#9DEFDA
(157,239,218)
0 Favorites   0 Comments

Color spaces of #9defda

RGB 157239218
HSL0.460.720.78
HSV165°34°94°
CMYK 0.340.000.09   0.06
XYZ57.426073.963177.5793
Yxy73.96310.27480.3539
Hunter Lab86.0018-31.31336.7178
CIE-Lab88.9050-29.48232.2390

#9defda color RGB value is (157,239,218).

#9defda hex color red value is 157, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9defda hue: 0.46 , saturation: 0.72 and the lightness value of 9defda is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101111 11011010
Octal 235 357 332
Decimal 157 239 218
Hex 9D EF DA

RGB Percentages of Color #9defda

%25.57
%38.93
%35.50

CMYK Percentages of Color #9defda

%34
%0
%9
%6

Triadic Colors of #9defda

#9defda #da9def #efda9d

Analogous Colors of #9defda

#9defda #9ddbef #9defb1

Monochromatic Colors of #9defda

#9defda

Complementary Color

#9defda #ef9db2

#9defda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9defda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9defda Color CSS Codes

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

#9defda Text Font Color

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

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


#9defda Background Color

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

This div background color is #9defda


#9defda Border Color

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

This div border color is #9defda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9defda


Comments

No comments written yet.

Please login to write comment.