Color Hex Logo

#1dfeac Color Hex

#1DFEAC
(29,254,172)
0 Favorites   0 Comments

Color spaces of #1dfeac

RGB 29254172
HSL0.440.990.55
HSV158°89°100°
CMYK 0.890.000.32   0.00
XYZ43.394974.123451.0498
Yxy74.12340.25740.4397
Hunter Lab86.0949-60.695825.1106
CIE-Lab88.9808-67.495025.6287

#1dfeac color RGB value is (29,254,172).

#1dfeac hex color red value is 29, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1dfeac hue: 0.44 , saturation: 0.99 and the lightness value of 1dfeac is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111110 10101100
Octal 35 376 254
Decimal 29 254 172
Hex 1D FE AC

RGB Percentages of Color #1dfeac

%6.37
%55.82
%37.80

CMYK Percentages of Color #1dfeac

%89
%0
%32
%0

Triadic Colors of #1dfeac

#1dfeac #ac1dfe #feac1d

Analogous Colors of #1dfeac

#1dfeac #1de0fe #1dfe3c

Monochromatic Colors of #1dfeac

#1dfeac

Complementary Color

#1dfeac #fe1d6f

#1dfeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dfeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dfeac Color CSS Codes

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

#1dfeac Text Font Color

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

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


#1dfeac Background Color

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

This div background color is #1dfeac


#1dfeac Border Color

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

This div border color is #1dfeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dfeac


Comments

No comments written yet.

Please login to write comment.