Color Hex Logo

#9ddcbe Color Hex

#9DDCBE
(157,220,190)
0 Favorites   0 Comments

Color spaces of #9ddcbe

RGB 157220190
HSL0.420.470.74
HSV151°29°86°
CMYK 0.290.000.14   0.14
XYZ48.792162.072258.1247
Yxy62.07220.28870.3673
Hunter Lab78.7859-27.330311.4086
CIE-Lab82.9518-26.16598.3645

#9ddcbe color RGB value is (157,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011100 10111110
Octal 235 334 276
Decimal 157 220 190
Hex 9D DC BE

RGB Percentages of Color #9ddcbe

%27.69
%38.80
%33.51

CMYK Percentages of Color #9ddcbe

%29
%0
%14
%14

Triadic Colors of #9ddcbe

#9ddcbe #be9ddc #dcbe9d

Analogous Colors of #9ddcbe

#9ddcbe #9ddbdc #9ddc9f

Monochromatic Colors of #9ddcbe

#9ddcbe

Complementary Color

#9ddcbe #dc9dbb

#9ddcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddcbe Color CSS Codes

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

#9ddcbe Text Font Color

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

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


#9ddcbe Background Color

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

This div background color is #9ddcbe


#9ddcbe Border Color

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

This div border color is #9ddcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddcbe


Comments

No comments written yet.

Please login to write comment.