Color Hex Logo

#1dfdac Color Hex

#1DFDAC
(29,253,172)
0 Favorites   0 Comments

Color spaces of #1dfdac

RGB 29253172
HSL0.440.980.55
HSV158°89°99°
CMYK 0.890.000.32   0.01
XYZ43.078473.490350.9443
Yxy73.49030.25720.4387
Hunter Lab85.7265-60.323324.7745
CIE-Lab88.6810-67.141325.2190

#1dfdac color RGB value is (29,253,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111101 10101100
Octal 35 375 254
Decimal 29 253 172
Hex 1D FD AC

RGB Percentages of Color #1dfdac

%6.39
%55.73
%37.89

CMYK Percentages of Color #1dfdac

%89
%0
%32
%1

Triadic Colors of #1dfdac

#1dfdac #ac1dfd #fdac1d

Analogous Colors of #1dfdac

#1dfdac #1ddefd #1dfd3c

Monochromatic Colors of #1dfdac

#1dfdac

Complementary Color

#1dfdac #fd1d6e

#1dfdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dfdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dfdac Color CSS Codes

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

#1dfdac Text Font Color

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

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


#1dfdac Background Color

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

This div background color is #1dfdac


#1dfdac Border Color

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

This div border color is #1dfdac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,253,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 #1dfdac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dfdac


Comments

No comments written yet.

Please login to write comment.