Color Hex Logo

#1dffed Color Hex

#1DFFED
(29,255,237)
0 Favorites   0 Comments

Color spaces of #1dffed

RGB 29255237
HSL0.491.000.56
HSV175°89°100°
CMYK 0.890.000.07   0.00
XYZ51.552877.895692.4390
Yxy77.89560.23230.3511
Hunter Lab88.2585-50.1884-0.3174
CIE-Lab90.7322-52.2896-5.3564

#1dffed color RGB value is (29,255,237).

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

The process color (four color CMYK) of #1dffed color hex is 0.89, 0.00, 0.07, 0.00. Web safe color of #1dffed is #33ffff. Color #1dffed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111111 11101101
Octal 35 377 355
Decimal 29 255 237
Hex 1D FF ED

RGB Percentages of Color #1dffed

%5.57
%48.94
%45.49

CMYK Percentages of Color #1dffed

%89
%0
%7
%0

Triadic Colors of #1dffed

#1dffed #ed1dff #ffed1d

Analogous Colors of #1dffed

#1dffed #1da0ff #1dff7c

Monochromatic Colors of #1dffed

#1dffed

Complementary Color

#1dffed #ff1d2f

#1dffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dffed Color CSS Codes

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

#1dffed Text Font Color

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

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


#1dffed Background Color

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

This div background color is #1dffed


#1dffed Border Color

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

This div border color is #1dffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dffed


Comments

No comments written yet.

Please login to write comment.