Color Hex Logo

#1edfad Color Hex

#1EDFAD
(30,223,173)
0 Favorites   0 Comments

Color spaces of #1edfad

RGB 30223173
HSL0.460.760.50
HSV164°87°87°
CMYK 0.870.000.22   0.13
XYZ34.465956.068548.5409
Yxy56.06850.24780.4032
Hunter Lab74.8789-48.876613.9800
CIE-Lab79.6528-55.746512.1341

#1edfad color RGB value is (30,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011111 10101101
Octal 36 337 255
Decimal 30 223 173
Hex 1E DF AD

RGB Percentages of Color #1edfad

%7.04
%52.35
%40.61

CMYK Percentages of Color #1edfad

%87
%0
%22
%13

Triadic Colors of #1edfad

#1edfad #ad1edf #dfad1e

Analogous Colors of #1edfad

#1edfad #1eb1df #1edf4d

Monochromatic Colors of #1edfad

#1edfad

Complementary Color

#1edfad #df1e50

#1edfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edfad Color CSS Codes

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

#1edfad Text Font Color

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

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


#1edfad Background Color

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

This div background color is #1edfad


#1edfad Border Color

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

This div border color is #1edfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edfad


Comments

No comments written yet.

Please login to write comment.