Color Hex Logo

#1eeddb Color Hex

#1EEDDB
(30,237,219)
0 Favorites   0 Comments

Color spaces of #1eeddb

RGB 30237219
HSL0.490.850.52
HSV175°87°93°
CMYK 0.870.000.08   0.07
XYZ43.605865.958977.4509
Yxy65.95890.23320.3527
Hunter Lab81.2151-46.28660.3086
CIE-Lab84.9754-49.6080-4.4375

#1eeddb color RGB value is (30,237,219).

#1eeddb hex color red value is 30, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1eeddb hue: 0.49 , saturation: 0.85 and the lightness value of 1eeddb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11101101 11011011
Octal 36 355 333
Decimal 30 237 219
Hex 1E ED DB

RGB Percentages of Color #1eeddb

%6.17
%48.77
%45.06

CMYK Percentages of Color #1eeddb

%87
%0
%8
%7

Triadic Colors of #1eeddb

#1eeddb #db1eed #eddb1e

Analogous Colors of #1eeddb

#1eeddb #1e98ed #1eed74

Monochromatic Colors of #1eeddb

#1eeddb

Complementary Color

#1eeddb #ed1e30

#1eeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eeddb Color CSS Codes

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

#1eeddb Text Font Color

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

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


#1eeddb Background Color

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

This div background color is #1eeddb


#1eeddb Border Color

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

This div border color is #1eeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eeddb


Comments

No comments written yet.

Please login to write comment.