Color Hex Logo

#9ddabc Color Hex

#9DDABC
(157,218,188)
0 Favorites   0 Comments

Color spaces of #9ddabc

RGB 157218188
HSL0.420.450.74
HSV150°28°85°
CMYK 0.280.000.14   0.15
XYZ48.053160.941756.8072
Yxy60.94170.28980.3676
Hunter Lab78.0652-26.738211.5009
CIE-Lab82.3474-25.59228.5576

#9ddabc color RGB value is (157,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011010 10111100
Octal 235 332 274
Decimal 157 218 188
Hex 9D DA BC

RGB Percentages of Color #9ddabc

%27.89
%38.72
%33.39

CMYK Percentages of Color #9ddabc

%28
%0
%14
%15

Triadic Colors of #9ddabc

#9ddabc #bc9dda #dabc9d

Analogous Colors of #9ddabc

#9ddabc #9ddada #9dda9e

Monochromatic Colors of #9ddabc

#9ddabc

Complementary Color

#9ddabc #da9dbb

#9ddabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddabc Color CSS Codes

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

#9ddabc Text Font Color

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

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


#9ddabc Background Color

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

This div background color is #9ddabc


#9ddabc Border Color

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

This div border color is #9ddabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddabc


Comments

No comments written yet.

Please login to write comment.