Color Hex Logo

#1ffedd Color Hex

#1FFEDD
(31,254,221)
0 Favorites   0 Comments

Color spaces of #1ffedd

RGB 31254221
HSL0.480.990.56
HSV171°88°100°
CMYK 0.880.000.13   0.00
XYZ49.058076.395480.5668
Yxy76.39540.23810.3708
Hunter Lab87.4045-52.77016.5314
CIE-Lab90.0426-56.00381.9362

#1ffedd color RGB value is (31,254,221).

#1ffedd hex color red value is 31, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1ffedd hue: 0.48 , saturation: 0.99 and the lightness value of 1ffedd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00011111 11111110 11011101
Octal 37 376 335
Decimal 31 254 221
Hex 1F FE DD

RGB Percentages of Color #1ffedd

%6.13
%50.20
%43.68

CMYK Percentages of Color #1ffedd

%88
%0
%13
%0

Triadic Colors of #1ffedd

#1ffedd #dd1ffe #fedd1f

Analogous Colors of #1ffedd

#1ffedd #1fb0fe #1ffe6e

Monochromatic Colors of #1ffedd

#1ffedd

Complementary Color

#1ffedd #fe1f40

#1ffedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ffedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ffedd Color CSS Codes

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

#1ffedd Text Font Color

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

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


#1ffedd Background Color

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

This div background color is #1ffedd


#1ffedd Border Color

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

This div border color is #1ffedd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,254,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ffedd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ffedd;
  -webkit-box-shadow: 1px 1px 3px 2px #1ffedd;
  box-shadow:         1px 1px 3px 2px #1ffedd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,254,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ffedd

Related Colors


Comments

No comments written yet.

Please login to write comment.