Color Hex Logo

#1efbdb Color Hex

#1EFBDB
(30,251,219)
0 Favorites   0 Comments

Color spaces of #1efbdb

RGB 30251219
HSL0.480.970.55
HSV171°88°98°
CMYK 0.880.000.13   0.02
XYZ47.818874.384978.8552
Yxy74.38490.23780.3700
Hunter Lab86.2467-51.96386.1639
CIE-Lab89.1041-55.36431.6082

#1efbdb color RGB value is (30,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111011 11011011
Octal 36 373 333
Decimal 30 251 219
Hex 1E FB DB

RGB Percentages of Color #1efbdb

%6.00
%50.20
%43.80

CMYK Percentages of Color #1efbdb

%88
%0
%13
%2

Triadic Colors of #1efbdb

#1efbdb #db1efb #fbdb1e

Analogous Colors of #1efbdb

#1efbdb #1eadfb #1efb6d

Monochromatic Colors of #1efbdb

#1efbdb

Complementary Color

#1efbdb #fb1e3e

#1efbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efbdb Color CSS Codes

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

#1efbdb Text Font Color

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

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


#1efbdb Background Color

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

This div background color is #1efbdb


#1efbdb Border Color

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

This div border color is #1efbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efbdb


Comments

No comments written yet.

Please login to write comment.