Color Hex Logo

#1dff9d Color Hex

#1DFF9D
(29,255,157)
0 Favorites   0 Comments

Color spaces of #1dff9d

RGB 29255157
HSL0.431.000.56
HSV154°89°100°
CMYK 0.890.000.38   0.00
XYZ42.352574.215543.9911
Yxy74.21550.26380.4622
Hunter Lab86.1484-63.005130.0279
CIE-Lab89.0242-70.790233.2228

#1dff9d color RGB value is (29,255,157).

#1dff9d hex color red value is 29, green value is 255 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #1dff9d hue: 0.43 , saturation: 1.00 and the lightness value of 1dff9d is 0.56.

The process color (four color CMYK) of #1dff9d color hex is 0.89, 0.00, 0.38, 0.00. Web safe color of #1dff9d is #33ff99. Color #1dff9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111111 10011101
Octal 35 377 235
Decimal 29 255 157
Hex 1D FF 9D

RGB Percentages of Color #1dff9d

%6.58
%57.82
%35.60

CMYK Percentages of Color #1dff9d

%89
%0
%38
%0

Triadic Colors of #1dff9d

#1dff9d #9d1dff #ff9d1d

Analogous Colors of #1dff9d

#1dff9d #1df0ff #1dff2c

Monochromatic Colors of #1dff9d

#1dff9d

Complementary Color

#1dff9d #ff1d7f

#1dff9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dff9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dff9d Color CSS Codes

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

#1dff9d Text Font Color

<p style="color:#1dff9d">Text here</p>

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


#1dff9d Background Color

<div style="background-color:#1dff9d">
Div content here</div>

This div background color is #1dff9d


#1dff9d Border Color

<div style="border:3px solid #1dff9d">
Div here</div>

This div border color is #1dff9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,255,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1dff9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1dff9d;
  -webkit-box-shadow: 1px 1px 3px 2px #1dff9d;
  box-shadow:         1px 1px 3px 2px #1dff9d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dff9d

Related Colors


Comments

No comments written yet.

Please login to write comment.