Color Hex Logo

#1effdb Color Hex

#1EFFDB
(30,255,219)
0 Favorites   0 Comments

Color spaces of #1effdb

RGB 30255219
HSL0.471.000.56
HSV170°88°100°
CMYK 0.880.000.14   0.00
XYZ49.081676.910579.2762
Yxy76.91050.23910.3747
Hunter Lab87.6986-53.57297.7932
CIE-Lab90.2804-56.96453.3173

#1effdb color RGB value is (30,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111111 11011011
Octal 36 377 333
Decimal 30 255 219
Hex 1E FF DB

RGB Percentages of Color #1effdb

%5.95
%50.60
%43.45

CMYK Percentages of Color #1effdb

%88
%0
%14
%0

Triadic Colors of #1effdb

#1effdb #db1eff #ffdb1e

Analogous Colors of #1effdb

#1effdb #1eb3ff #1eff6b

Monochromatic Colors of #1effdb

#1effdb

Complementary Color

#1effdb #ff1e42

#1effdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1effdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1effdb Color CSS Codes

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

#1effdb Text Font Color

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

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


#1effdb Background Color

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

This div background color is #1effdb


#1effdb Border Color

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

This div border color is #1effdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1effdb


Comments

No comments written yet.

Please login to write comment.