Color Hex Logo

#1dfaef Color Hex

#1DFAEF
(29,250,239)
0 Favorites   0 Comments

Color spaces of #1dfaef

RGB 29250239
HSL0.490.960.55
HSV177°88°98°
CMYK 0.880.000.04   0.02
XYZ50.272374.864493.4620
Yxy74.86440.23000.3425
Hunter Lab86.5242-47.7053-3.4771
CIE-Lab89.3294-49.6475-8.4711

#1dfaef color RGB value is (29,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111010 11101111
Octal 35 372 357
Decimal 29 250 239
Hex 1D FA EF

RGB Percentages of Color #1dfaef

%5.60
%48.26
%46.14

CMYK Percentages of Color #1dfaef

%88
%0
%4
%2

Triadic Colors of #1dfaef

#1dfaef #ef1dfa #faef1d

Analogous Colors of #1dfaef

#1dfaef #1d97fa #1dfa81

Monochromatic Colors of #1dfaef

#1dfaef

Complementary Color

#1dfaef #fa1d28

#1dfaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dfaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dfaef Color CSS Codes

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

#1dfaef Text Font Color

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

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


#1dfaef Background Color

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

This div background color is #1dfaef


#1dfaef Border Color

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

This div border color is #1dfaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dfaef


Comments

No comments written yet.

Please login to write comment.