Color Hex Logo

#9deddb Color Hex

#9DEDDB
(157,237,219)
0 Favorites   0 Comments

Color spaces of #9deddb

RGB 157237219
HSL0.460.690.77
HSV167°34°93°
CMYK 0.340.000.08   0.07
XYZ56.975072.850978.0766
Yxy72.85090.27400.3504
Hunter Lab85.3527-30.21435.5113
CIE-Lab88.3766-28.31380.9470

#9deddb color RGB value is (157,237,219).

#9deddb hex color red value is 157, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9deddb hue: 0.46 , saturation: 0.69 and the lightness value of 9deddb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 11011011
Octal 235 355 333
Decimal 157 237 219
Hex 9D ED DB

RGB Percentages of Color #9deddb

%25.61
%38.66
%35.73

CMYK Percentages of Color #9deddb

%34
%0
%8
%7

Triadic Colors of #9deddb

#9deddb #db9ded #eddb9d

Analogous Colors of #9deddb

#9deddb #9dd7ed #9dedb3

Monochromatic Colors of #9deddb

#9deddb

Complementary Color

#9deddb #ed9daf

#9deddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deddb Color CSS Codes

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

#9deddb Text Font Color

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

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


#9deddb Background Color

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

This div background color is #9deddb


#9deddb Border Color

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

This div border color is #9deddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deddb


Comments

No comments written yet.

Please login to write comment.