Color Hex Logo

#1dfadf Color Hex

#1DFADF
(29,250,223)
0 Favorites   0 Comments

Color spaces of #1dfadf

RGB 29250223
HSL0.480.960.55
HSV173°88°98°
CMYK 0.880.000.11   0.02
XYZ48.011673.960181.5573
Yxy73.96010.23590.3634
Hunter Lab86.0001-50.84823.9730
CIE-Lab88.9036-53.9665-0.7659

#1dfadf color RGB value is (29,250,223).

#1dfadf hex color red value is 29, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1dfadf hue: 0.48 , saturation: 0.96 and the lightness value of 1dfadf is 0.55.

The process color (four color CMYK) of #1dfadf color hex is 0.88, 0.00, 0.11, 0.02. Web safe color of #1dfadf is #33ffcc. Color #1dfadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111010 11011111
Octal 35 372 337
Decimal 29 250 223
Hex 1D FA DF

RGB Percentages of Color #1dfadf

%5.78
%49.80
%44.42

CMYK Percentages of Color #1dfadf

%88
%0
%11
%2

Triadic Colors of #1dfadf

#1dfadf #df1dfa #fadf1d

Analogous Colors of #1dfadf

#1dfadf #1da7fa #1dfa71

Monochromatic Colors of #1dfadf

#1dfadf

Complementary Color

#1dfadf #fa1d38

#1dfadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dfadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dfadf Color CSS Codes

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

#1dfadf Text Font Color

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

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


#1dfadf Background Color

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

This div background color is #1dfadf


#1dfadf Border Color

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

This div border color is #1dfadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dfadf


Comments

No comments written yet.

Please login to write comment.