Color Hex Logo

#9dfda1 Color Hex

#9DFDA1
(157,253,161)
0 Favorites   0 Comments

Color spaces of #9dfda1

RGB 157253161
HSL0.340.960.80
HSV123°38°99°
CMYK 0.380.000.36   0.01
XYZ55.462979.991946.2350
Yxy79.99190.30530.4403
Hunter Lab89.4382-45.824431.9568
CIE-Lab91.6812-46.321135.3315

#9dfda1 color RGB value is (157,253,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111101 10100001
Octal 235 375 241
Decimal 157 253 161
Hex 9D FD A1

RGB Percentages of Color #9dfda1

%27.50
%44.31
%28.20

CMYK Percentages of Color #9dfda1

%38
%0
%36
%1

Triadic Colors of #9dfda1

#9dfda1 #a19dfd #fda19d

Analogous Colors of #9dfda1

#9dfda1 #9dfdd1 #c9fd9d

Monochromatic Colors of #9dfda1

#9dfda1

Complementary Color

#9dfda1 #fd9df9

#9dfda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfda1 Color CSS Codes

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

#9dfda1 Text Font Color

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

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


#9dfda1 Background Color

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

This div background color is #9dfda1


#9dfda1 Border Color

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

This div border color is #9dfda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfda1


Comments

No comments written yet.

Please login to write comment.