Color Hex Logo

#1edfaf Color Hex

#1EDFAF
(30,223,175)
0 Favorites   0 Comments

Color spaces of #1edfaf

RGB 30223175
HSL0.460.760.50
HSV165°87°87°
CMYK 0.870.000.22   0.13
XYZ34.661056.146549.5680
Yxy56.14650.24690.4000
Hunter Lab74.9310-48.560013.2304
CIE-Lab79.6971-55.266111.1405

#1edfaf color RGB value is (30,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011111 10101111
Octal 36 337 257
Decimal 30 223 175
Hex 1E DF AF

RGB Percentages of Color #1edfaf

%7.01
%52.10
%40.89

CMYK Percentages of Color #1edfaf

%87
%0
%22
%13

Triadic Colors of #1edfaf

#1edfaf #af1edf #dfaf1e

Analogous Colors of #1edfaf

#1edfaf #1eafdf #1edf4e

Monochromatic Colors of #1edfaf

#1edfaf

Complementary Color

#1edfaf #df1e4e

#1edfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edfaf Color CSS Codes

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

#1edfaf Text Font Color

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

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


#1edfaf Background Color

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

This div background color is #1edfaf


#1edfaf Border Color

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

This div border color is #1edfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edfaf


Comments

No comments written yet.

Please login to write comment.