Color Hex Logo

#1edbdb Color Hex

#1EDBDB
(30,219,219)
0 Favorites   0 Comments

Color spaces of #1edbdb

RGB 30219219
HSL0.500.760.49
HSV180°86°86°
CMYK 0.860.000.00   0.14
XYZ38.653156.053575.8000
Yxy56.05350.22670.3287
Hunter Lab74.8689-38.8651-7.6191
CIE-Lab79.6443-41.8191-12.3516

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

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

The process color (four color CMYK) of #1edbdb color hex is 0.86, 0.00, 0.00, 0.14. Web safe color of #1edbdb is #33cccc. Color #1edbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011011 11011011
Octal 36 333 333
Decimal 30 219 219
Hex 1E DB DB

RGB Percentages of Color #1edbdb

%6.41
%46.79
%46.79

CMYK Percentages of Color #1edbdb

%86
%0
%0
%14

Triadic Colors of #1edbdb

#1edbdb #db1edb #dbdb1e

Analogous Colors of #1edbdb

#1edbdb #1e7ddb #1edb7d

Monochromatic Colors of #1edbdb

#1edbdb

Complementary Color

#1edbdb #db1e1e

#1edbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edbdb Color CSS Codes

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

#1edbdb Text Font Color

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

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


#1edbdb Background Color

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

This div background color is #1edbdb


#1edbdb Border Color

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

This div border color is #1edbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edbdb


Comments

No comments written yet.

Please login to write comment.