Color Hex Logo

#9dd7bf Color Hex

#9DD7BF
(157,215,191)
0 Favorites   0 Comments

Color spaces of #9dd7bf

RGB 157215191
HSL0.430.420.73
HSV155°27°84°
CMYK 0.270.000.11   0.16
XYZ47.609059.530658.2715
Yxy59.53060.28780.3599
Hunter Lab77.1561-24.88019.2310
CIE-Lab81.5824-23.52565.8669

#9dd7bf color RGB value is (157,215,191).

#9dd7bf hex color red value is 157, green value is 215 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9dd7bf hue: 0.43 , saturation: 0.42 and the lightness value of 9dd7bf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11010111 10111111
Octal 235 327 277
Decimal 157 215 191
Hex 9D D7 BF

RGB Percentages of Color #9dd7bf

%27.89
%38.19
%33.93

CMYK Percentages of Color #9dd7bf

%27
%0
%11
%16

Triadic Colors of #9dd7bf

#9dd7bf #bf9dd7 #d7bf9d

Analogous Colors of #9dd7bf

#9dd7bf #9dd2d7 #9dd7a2

Monochromatic Colors of #9dd7bf

#9dd7bf

Complementary Color

#9dd7bf #d79db5

#9dd7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dd7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dd7bf Color CSS Codes

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

#9dd7bf Text Font Color

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

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


#9dd7bf Background Color

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

This div background color is #9dd7bf


#9dd7bf Border Color

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

This div border color is #9dd7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dd7bf


Comments

No comments written yet.

Please login to write comment.