Color Hex Logo

#9ddfbb Color Hex

#9DDFBB
(157,223,187)
0 Favorites   0 Comments

Color spaces of #9ddfbb

RGB 157223187
HSL0.410.510.75
HSV147°30°87°
CMYK 0.300.000.16   0.13
XYZ49.261963.531356.6801
Yxy63.53130.29070.3749
Hunter Lab79.7065-29.166113.6329
CIE-Lab83.7211-28.201211.0463

#9ddfbb color RGB value is (157,223,187).

#9ddfbb hex color red value is 157, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9ddfbb hue: 0.41 , saturation: 0.51 and the lightness value of 9ddfbb is 0.75.

The process color (four color CMYK) of #9ddfbb color hex is 0.30, 0.00, 0.16, 0.13. Web safe color of #9ddfbb is #99cccc. Color #9ddfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011111 10111011
Octal 235 337 273
Decimal 157 223 187
Hex 9D DF BB

RGB Percentages of Color #9ddfbb

%27.69
%39.33
%32.98

CMYK Percentages of Color #9ddfbb

%30
%0
%16
%13

Triadic Colors of #9ddfbb

#9ddfbb #bb9ddf #dfbb9d

Analogous Colors of #9ddfbb

#9ddfbb #9ddfdc #a0df9d

Monochromatic Colors of #9ddfbb

#9ddfbb

Complementary Color

#9ddfbb #df9dc1

#9ddfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddfbb Color CSS Codes

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

#9ddfbb Text Font Color

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

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


#9ddfbb Background Color

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

This div background color is #9ddfbb


#9ddfbb Border Color

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

This div border color is #9ddfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddfbb


Comments

No comments written yet.

Please login to write comment.