Color Hex Logo

#1defff Color Hex

#1DEFFF
(29,239,255)
0 Favorites   0 Comments

Color spaces of #1defff

RGB 29239255
HSL0.511.000.56
HSV184°89°100°
CMYK 0.890.060.00   0.00
XYZ49.423269.2142105.3625
Yxy69.21420.22060.3090
Hunter Lab83.1951-39.5509-16.8513
CIE-Lab86.6100-40.2153-20.9070

#1defff color RGB value is (29,239,255).

#1defff hex color red value is 29, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1defff hue: 0.51 , saturation: 1.00 and the lightness value of 1defff is 0.56.

The process color (four color CMYK) of #1defff color hex is 0.89, 0.06, 0.00, 0.00. Web safe color of #1defff is #33ffff. Color #1defff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101111 11111111
Octal 35 357 377
Decimal 29 239 255
Hex 1D EF FF

RGB Percentages of Color #1defff

%5.54
%45.70
%48.76

CMYK Percentages of Color #1defff

%89
%6
%0
%0

Triadic Colors of #1defff

#1defff #ff1def #efff1d

Analogous Colors of #1defff

#1defff #1d7eff #1dff9e

Monochromatic Colors of #1defff

#1defff

Complementary Color

#1defff #ff2d1d

#1defff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1defff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1defff Color CSS Codes

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

#1defff Text Font Color

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

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


#1defff Background Color

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

This div background color is #1defff


#1defff Border Color

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

This div border color is #1defff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1defff


Comments

No comments written yet.

Please login to write comment.