Color Hex Logo

#1edfce Color Hex

#1EDFCE
(30,223,206)
0 Favorites   0 Comments

Color spaces of #1edfce

RGB 30223206
HSL0.490.760.50
HSV175°87°87°
CMYK 0.870.000.08   0.13
XYZ38.063757.507667.4864
Yxy57.50760.23340.3527
Hunter Lab75.8338-43.11350.3200
CIE-Lab80.4643-47.2461-4.2050

#1edfce color RGB value is (30,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011111 11001110
Octal 36 337 316
Decimal 30 223 206
Hex 1E DF CE

RGB Percentages of Color #1edfce

%6.54
%48.58
%44.88

CMYK Percentages of Color #1edfce

%87
%0
%8
%13

Triadic Colors of #1edfce

#1edfce #ce1edf #dfce1e

Analogous Colors of #1edfce

#1edfce #1e90df #1edf6e

Monochromatic Colors of #1edfce

#1edfce

Complementary Color

#1edfce #df1e2f

#1edfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edfce Color CSS Codes

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

#1edfce Text Font Color

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

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


#1edfce Background Color

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

This div background color is #1edfce


#1edfce Border Color

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

This div border color is #1edfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edfce


Comments

No comments written yet.

Please login to write comment.