color codes Logo

#1edfa6 color codes

#1EDFA6
(30,223,166)
0 Favorites   0 Comments

Color spaces of #1edfa6

RGB 30223166
HSL0.450.760.50
HSV162°87°87°
CMYK 0.870.000.26   0.13
XYZ33.806055.804545.0660
Yxy55.80450.25100.4144
Hunter Lab74.7024-49.950416.5236
CIE-Lab79.5024-57.388615.6113

#1edfa6 color RGB value is (30,223,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011111 10100110
Octal 36 337 246
Decimal 30 223 166
Hex 1E DF A6

RGB Percentages of Color #1edfa6

%7.16
%53.22
%39.62

CMYK Percentages of Color #1edfa6

%87
%0
%26
%13

Triadic Colors of #1edfa6

#1edfa6 #a61edf #dfa61e

Analogous Colors of #1edfa6

#1edfa6 #1eb8df #1edf46

Monochromatic Colors of #1edfa6

#1edfa6

Complementary Color

#1edfa6 #df1e57

#1edfa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edfa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edfa6 Color CSS Codes

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

#1edfa6 Text Font Color

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

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


#1edfa6 Background Color

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

This div background color is #1edfa6


#1edfa6 Border Color

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

This div border color is #1edfa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edfa6


Comments

No comments written yet.

Please login to write comment.