Color Hex Logo

#9dfda3 Color Hex

#9DFDA3
(157,253,163)
0 Favorites   0 Comments

Color spaces of #9dfda3

RGB 157253163
HSL0.340.960.80
HSV124°38°99°
CMYK 0.380.000.36   0.01
XYZ55.640880.063047.1715
Yxy80.06300.30430.4378
Hunter Lab89.4779-45.588231.3777
CIE-Lab91.7131-46.012434.3783

#9dfda3 color RGB value is (157,253,163).

#9dfda3 hex color red value is 157, green value is 253 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #9dfda3 hue: 0.34 , saturation: 0.96 and the lightness value of 9dfda3 is 0.80.

The process color (four color CMYK) of #9dfda3 color hex is 0.38, 0.00, 0.36, 0.01. Web safe color of #9dfda3 is #99ff99. Color #9dfda3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111101 10100011
Octal 235 375 243
Decimal 157 253 163
Hex 9D FD A3

RGB Percentages of Color #9dfda3

%27.40
%44.15
%28.45

CMYK Percentages of Color #9dfda3

%38
%0
%36
%1

Triadic Colors of #9dfda3

#9dfda3 #a39dfd #fda39d

Analogous Colors of #9dfda3

#9dfda3 #9dfdd3 #c7fd9d

Monochromatic Colors of #9dfda3

#9dfda3

Complementary Color

#9dfda3 #fd9df7

#9dfda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfda3 Color CSS Codes

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

#9dfda3 Text Font Color

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

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


#9dfda3 Background Color

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

This div background color is #9dfda3


#9dfda3 Border Color

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

This div border color is #9dfda3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfda3


Comments

No comments written yet.

Please login to write comment.