Color Hex Logo

#1eefdb Color Hex

#1EEFDB
(30,239,219)
0 Favorites   0 Comments

Color spaces of #1eefdb

RGB 30239219
HSL0.480.870.53
HSV174°87°94°
CMYK 0.870.000.08   0.06
XYZ44.188167.123577.6450
Yxy67.12350.23390.3552
Hunter Lab81.9289-47.10221.1604
CIE-Lab85.5663-50.4457-3.5679

#1eefdb color RGB value is (30,239,219).

#1eefdb hex color red value is 30, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1eefdb hue: 0.48 , saturation: 0.87 and the lightness value of 1eefdb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11101111 11011011
Octal 36 357 333
Decimal 30 239 219
Hex 1E EF DB

RGB Percentages of Color #1eefdb

%6.15
%48.98
%44.88

CMYK Percentages of Color #1eefdb

%87
%0
%8
%6

Triadic Colors of #1eefdb

#1eefdb #db1eef #efdb1e

Analogous Colors of #1eefdb

#1eefdb #1e9bef #1eef73

Monochromatic Colors of #1eefdb

#1eefdb

Complementary Color

#1eefdb #ef1e32

#1eefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eefdb Color CSS Codes

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

#1eefdb Text Font Color

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

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


#1eefdb Background Color

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

This div background color is #1eefdb


#1eefdb Border Color

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

This div border color is #1eefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eefdb


Comments

No comments written yet.

Please login to write comment.