Color Hex Logo

#9ddbda Color Hex

#9DDBDA
(157,219,218)
0 Favorites   0 Comments

Color spaces of #9ddbda

RGB 157219218
HSL0.500.460.74
HSV179°28°86°
CMYK 0.280.000.00   0.14
XYZ51.891062.893175.7343
Yxy62.89310.27240.3301
Hunter Lab79.3052-21.9878-1.1067
CIE-Lab83.3861-19.7355-5.8489

#9ddbda color RGB value is (157,219,218).

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

The process color (four color CMYK) of #9ddbda color hex is 0.28, 0.00, 0.00, 0.14. Web safe color of #9ddbda is #99cccc. Color #9ddbda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011011 11011010
Octal 235 333 332
Decimal 157 219 218
Hex 9D DB DA

RGB Percentages of Color #9ddbda

%26.43
%36.87
%36.70

CMYK Percentages of Color #9ddbda

%28
%0
%0
%14

Triadic Colors of #9ddbda

#9ddbda #da9ddb #dbda9d

Analogous Colors of #9ddbda

#9ddbda #9dbddb #9ddbbb

Monochromatic Colors of #9ddbda

#9ddbda

Complementary Color

#9ddbda #db9d9e

#9ddbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddbda Color CSS Codes

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

#9ddbda Text Font Color

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

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


#9ddbda Background Color

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

This div background color is #9ddbda


#9ddbda Border Color

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

This div border color is #9ddbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddbda


Comments

No comments written yet.

Please login to write comment.