Color Hex Logo

#1ee6df Color Hex

#1EE6DF
(30,230,223)
0 Favorites   0 Comments

Color spaces of #1ee6df

RGB 30230223
HSL0.490.800.51
HSV178°87°90°
CMYK 0.870.000.03   0.10
XYZ42.151562.197479.5957
Yxy62.19740.22920.3381
Hunter Lab78.8653-42.6106-4.6334
CIE-Lab83.0183-45.5076-9.4450

#1ee6df color RGB value is (30,230,223).

#1ee6df hex color red value is 30, green value is 230 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1ee6df hue: 0.49 , saturation: 0.80 and the lightness value of 1ee6df is 0.51.

The process color (four color CMYK) of #1ee6df color hex is 0.87, 0.00, 0.03, 0.10. Web safe color of #1ee6df is #33ffcc. Color #1ee6df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11100110 11011111
Octal 36 346 337
Decimal 30 230 223
Hex 1E E6 DF

RGB Percentages of Color #1ee6df

%6.21
%47.62
%46.17

CMYK Percentages of Color #1ee6df

%87
%0
%3
%10

Triadic Colors of #1ee6df

#1ee6df #df1ee6 #e6df1e

Analogous Colors of #1ee6df

#1ee6df #1e89e6 #1ee67b

Monochromatic Colors of #1ee6df

#1ee6df

Complementary Color

#1ee6df #e61e25

#1ee6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ee6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ee6df Color CSS Codes

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

#1ee6df Text Font Color

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

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


#1ee6df Background Color

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

This div background color is #1ee6df


#1ee6df Border Color

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

This div border color is #1ee6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ee6df


Comments

No comments written yet.

Please login to write comment.