Color Hex Logo

#1edfcf Color Hex

#1EDFCF
(30,223,207)
0 Favorites   0 Comments

Color spaces of #1edfcf

RGB 30223207
HSL0.490.760.50
HSV175°87°87°
CMYK 0.870.000.07   0.13
XYZ38.185657.556468.1284
Yxy57.55640.23300.3512
Hunter Lab75.8659-42.9210-0.1369
CIE-Lab80.4915-46.9706-4.6970

#1edfcf color RGB value is (30,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011111 11001111
Octal 36 337 317
Decimal 30 223 207
Hex 1E DF CF

RGB Percentages of Color #1edfcf

%6.52
%48.48
%45.00

CMYK Percentages of Color #1edfcf

%87
%0
%7
%13

Triadic Colors of #1edfcf

#1edfcf #cf1edf #dfcf1e

Analogous Colors of #1edfcf

#1edfcf #1e8fdf #1edf6f

Monochromatic Colors of #1edfcf

#1edfcf

Complementary Color

#1edfcf #df1e2e

#1edfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edfcf Color CSS Codes

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

#1edfcf Text Font Color

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

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


#1edfcf Background Color

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

This div background color is #1edfcf


#1edfcf Border Color

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

This div border color is #1edfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edfcf


Comments

No comments written yet.

Please login to write comment.