Color Hex Logo

#1efdcd Color Hex

#1EFDCD
(30,253,205)
0 Favorites   0 Comments

Color spaces of #1efdcd

RGB 30253205
HSL0.460.980.55
HSV167°88°99°
CMYK 0.880.000.19   0.01
XYZ46.680174.934469.7611
Yxy74.93440.24390.3916
Hunter Lab86.5647-55.231812.8144
CIE-Lab89.3623-59.65919.2417

#1efdcd color RGB value is (30,253,205).

#1efdcd hex color red value is 30, green value is 253 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1efdcd hue: 0.46 , saturation: 0.98 and the lightness value of 1efdcd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111101 11001101
Octal 36 375 315
Decimal 30 253 205
Hex 1E FD CD

RGB Percentages of Color #1efdcd

%6.15
%51.84
%42.01

CMYK Percentages of Color #1efdcd

%88
%0
%19
%1

Triadic Colors of #1efdcd

#1efdcd #cd1efd #fdcd1e

Analogous Colors of #1efdcd

#1efdcd #1ebefd #1efd5e

Monochromatic Colors of #1efdcd

#1efdcd

Complementary Color

#1efdcd #fd1e4e

#1efdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efdcd Color CSS Codes

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

#1efdcd Text Font Color

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

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


#1efdcd Background Color

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

This div background color is #1efdcd


#1efdcd Border Color

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

This div border color is #1efdcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,253,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1efdcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1efdcd;
  -webkit-box-shadow: 1px 1px 3px 2px #1efdcd;
  box-shadow:         1px 1px 3px 2px #1efdcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,253,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efdcd

Related Colors


Comments

No comments written yet.

Please login to write comment.