Color Hex Logo

#1effdd Color Hex

#1EFFDD
(30,255,221)
0 Favorites   0 Comments

Color spaces of #1effdd

RGB 30255221
HSL0.471.000.56
HSV171°88°100°
CMYK 0.880.000.13   0.00
XYZ49.346677.016580.6714
Yxy77.01650.23830.3720
Hunter Lab87.7590-53.20846.9297
CIE-Lab90.3292-56.45422.3521

#1effdd color RGB value is (30,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111111 11011101
Octal 36 377 335
Decimal 30 255 221
Hex 1E FF DD

RGB Percentages of Color #1effdd

%5.93
%50.40
%43.68

CMYK Percentages of Color #1effdd

%88
%0
%13
%0

Triadic Colors of #1effdd

#1effdd #dd1eff #ffdd1e

Analogous Colors of #1effdd

#1effdd #1eb1ff #1eff6d

Monochromatic Colors of #1effdd

#1effdd

Complementary Color

#1effdd #ff1e40

#1effdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1effdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1effdd Color CSS Codes

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

#1effdd Text Font Color

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

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


#1effdd Background Color

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

This div background color is #1effdd


#1effdd Border Color

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

This div border color is #1effdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1effdd

Related Colors


Comments

No comments written yet.

Please login to write comment.