Color Hex Logo

#1ed8bf Color Hex

#1ED8BF
(30,216,191)
0 Favorites   0 Comments

Color spaces of #1ed8bf

RGB 30216191
HSL0.480.760.48
HSV172°86°85°
CMYK 0.860.000.12   0.15
XYZ34.495353.149357.7310
Yxy53.14930.23730.3656
Hunter Lab72.9036-43.12164.0818
CIE-Lab77.9631-48.36190.1303

#1ed8bf color RGB value is (30,216,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011000 10111111
Octal 36 330 277
Decimal 30 216 191
Hex 1E D8 BF

RGB Percentages of Color #1ed8bf

%6.86
%49.43
%43.71

CMYK Percentages of Color #1ed8bf

%86
%0
%12
%15

Triadic Colors of #1ed8bf

#1ed8bf #bf1ed8 #d8bf1e

Analogous Colors of #1ed8bf

#1ed8bf #1e94d8 #1ed862

Monochromatic Colors of #1ed8bf

#1ed8bf

Complementary Color

#1ed8bf #d81e37

#1ed8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ed8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ed8bf Color CSS Codes

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

#1ed8bf Text Font Color

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

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


#1ed8bf Background Color

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

This div background color is #1ed8bf


#1ed8bf Border Color

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

This div border color is #1ed8bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,216,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1ed8bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ed8bf


Comments

No comments written yet.

Please login to write comment.