Color Hex Logo

#1dfbdb Color Hex

#1DFBDB
(29,251,219)
0 Favorites   0 Comments

Color spaces of #1dfbdb

RGB 29251219
HSL0.480.970.55
HSV171°88°98°
CMYK 0.880.000.13   0.02
XYZ47.790174.370078.8539
Yxy74.37000.23770.3700
Hunter Lab86.2380-51.99816.1533
CIE-Lab89.0971-55.41361.5971

#1dfbdb color RGB value is (29,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111011 11011011
Octal 35 373 333
Decimal 29 251 219
Hex 1D FB DB

RGB Percentages of Color #1dfbdb

%5.81
%50.30
%43.89

CMYK Percentages of Color #1dfbdb

%88
%0
%13
%2

Triadic Colors of #1dfbdb

#1dfbdb #db1dfb #fbdb1d

Analogous Colors of #1dfbdb

#1dfbdb #1dacfb #1dfb6c

Monochromatic Colors of #1dfbdb

#1dfbdb

Complementary Color

#1dfbdb #fb1d3d

#1dfbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dfbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dfbdb Color CSS Codes

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

#1dfbdb Text Font Color

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

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


#1dfbdb Background Color

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

This div background color is #1dfbdb


#1dfbdb Border Color

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

This div border color is #1dfbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dfbdb


Comments

No comments written yet.

Please login to write comment.