Color Hex Logo

#1edfbc Color Hex

#1EDFBC
(30,223,188)
0 Favorites   0 Comments

Color spaces of #1edfbc

RGB 30223188
HSL0.470.760.50
HSV169°87°87°
CMYK 0.870.000.16   0.13
XYZ36.000256.682256.6203
Yxy56.68220.24110.3796
Hunter Lab75.2876-46.40018.1120
CIE-Lab80.0005-52.03124.6880

#1edfbc color RGB value is (30,223,188).

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

The process color (four color CMYK) of #1edfbc color hex is 0.87, 0.00, 0.16, 0.13. Web safe color of #1edfbc is #33cccc. Color #1edfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011111 10111100
Octal 36 337 274
Decimal 30 223 188
Hex 1E DF BC

RGB Percentages of Color #1edfbc

%6.80
%50.57
%42.63

CMYK Percentages of Color #1edfbc

%87
%0
%16
%13

Triadic Colors of #1edfbc

#1edfbc #bc1edf #dfbc1e

Analogous Colors of #1edfbc

#1edfbc #1ea2df #1edf5c

Monochromatic Colors of #1edfbc

#1edfbc

Complementary Color

#1edfbc #df1e41

#1edfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edfbc Color CSS Codes

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

#1edfbc Text Font Color

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

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


#1edfbc Background Color

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

This div background color is #1edfbc


#1edfbc Border Color

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

This div border color is #1edfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edfbc


Comments

No comments written yet.

Please login to write comment.