Color Hex Logo

#9fddc3 Color Hex

#9FDDC3
(159,221,195)
0 Favorites   0 Comments

Color spaces of #9fddc3

RGB 159221195
HSL0.430.480.75
HSV155°28°87°
CMYK 0.280.000.12   0.13
XYZ50.004963.024061.1591
Yxy63.02400.28710.3618
Hunter Lab79.3877-26.49449.8952
CIE-Lab83.4550-25.04496.4565

#9fddc3 color RGB value is (159,221,195).

#9fddc3 hex color red value is 159, green value is 221 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #9fddc3 hue: 0.43 , saturation: 0.48 and the lightness value of 9fddc3 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011101 11000011
Octal 237 335 303
Decimal 159 221 195
Hex 9F DD C3

RGB Percentages of Color #9fddc3

%27.65
%38.43
%33.91

CMYK Percentages of Color #9fddc3

%28
%0
%12
%13

Triadic Colors of #9fddc3

#9fddc3 #c39fdd #ddc39f

Analogous Colors of #9fddc3

#9fddc3 #9fd8dd #9fdda4

Monochromatic Colors of #9fddc3

#9fddc3

Complementary Color

#9fddc3 #dd9fb9

#9fddc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fddc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fddc3 Color CSS Codes

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

#9fddc3 Text Font Color

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

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


#9fddc3 Background Color

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

This div background color is #9fddc3


#9fddc3 Border Color

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

This div border color is #9fddc3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,221,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fddc3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fddc3;
  -webkit-box-shadow: 1px 1px 3px 2px #9fddc3;
  box-shadow:         1px 1px 3px 2px #9fddc3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,221,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fddc3


Comments

No comments written yet.

Please login to write comment.