Color Hex Logo

#1dfbef Color Hex

#1DFBEF
(29,251,239)
0 Favorites   0 Comments

Color spaces of #1dfbef

RGB 29251239
HSL0.490.970.55
HSV177°88°98°
CMYK 0.880.000.05   0.02
XYZ50.583975.487693.5659
Yxy75.48760.23030.3437
Hunter Lab86.8836-48.1231-3.0315
CIE-Lab89.6209-50.0701-8.0389

#1dfbef color RGB value is (29,251,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111011 11101111
Octal 35 373 357
Decimal 29 251 239
Hex 1D FB EF

RGB Percentages of Color #1dfbef

%5.59
%48.36
%46.05

CMYK Percentages of Color #1dfbef

%88
%0
%5
%2

Triadic Colors of #1dfbef

#1dfbef #ef1dfb #fbef1d

Analogous Colors of #1dfbef

#1dfbef #1d98fb #1dfb80

Monochromatic Colors of #1dfbef

#1dfbef

Complementary Color

#1dfbef #fb1d29

#1dfbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dfbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dfbef Color CSS Codes

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

#1dfbef Text Font Color

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

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


#1dfbef Background Color

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

This div background color is #1dfbef


#1dfbef Border Color

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

This div border color is #1dfbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dfbef


Comments

No comments written yet.

Please login to write comment.