Color Hex Logo

#1eeadb Color Hex

#1EEADB
(30,234,219)
0 Favorites   0 Comments

Color spaces of #1eeadb

RGB 30234219
HSL0.490.830.52
HSV176°87°92°
CMYK 0.870.000.06   0.08
XYZ42.744464.236177.1638
Yxy64.23610.23210.3488
Hunter Lab80.1474-45.0600-0.9796
CIE-Lab84.0885-48.3413-5.7458

#1eeadb color RGB value is (30,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11101010 11011011
Octal 36 352 333
Decimal 30 234 219
Hex 1E EA DB

RGB Percentages of Color #1eeadb

%6.21
%48.45
%45.34

CMYK Percentages of Color #1eeadb

%87
%0
%6
%8

Triadic Colors of #1eeadb

#1eeadb #db1eea #eadb1e

Analogous Colors of #1eeadb

#1eeadb #1e93ea #1eea75

Monochromatic Colors of #1eeadb

#1eeadb

Complementary Color

#1eeadb #ea1e2d

#1eeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eeadb Color CSS Codes

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

#1eeadb Text Font Color

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

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


#1eeadb Background Color

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

This div background color is #1eeadb


#1eeadb Border Color

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

This div border color is #1eeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eeadb


Comments

No comments written yet.

Please login to write comment.