Color Hex Logo

#1ef572 Color Hex

#1EF572
(30,245,114)
0 Favorites   0 Comments

Color spaces of #1ef572

RGB 30245114
HSL0.400.910.54
HSV143°88°96°
CMYK 0.880.000.53   0.04
XYZ36.225166.795726.9032
Yxy66.79570.27880.5141
Hunter Lab81.7286-63.907437.6931
CIE-Lab85.4007-74.555949.3285

#1ef572 color RGB value is (30,245,114).

#1ef572 hex color red value is 30, green value is 245 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #1ef572 hue: 0.40 , saturation: 0.91 and the lightness value of 1ef572 is 0.54.

The process color (four color CMYK) of #1ef572 color hex is 0.88, 0.00, 0.53, 0.04. Web safe color of #1ef572 is #33ff66. Color #1ef572 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11110101 01110010
Octal 36 365 162
Decimal 30 245 114
Hex 1E F5 72

RGB Percentages of Color #1ef572

%7.71
%62.98
%29.31

CMYK Percentages of Color #1ef572

%88
%0
%53
%4

Triadic Colors of #1ef572

#1ef572 #721ef5 #f5721e

Analogous Colors of #1ef572

#1ef572 #1ef5de #36f51e

Monochromatic Colors of #1ef572

#1ef572

Complementary Color

#1ef572 #f51ea1

#1ef572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ef572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ef572 Color CSS Codes

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

#1ef572 Text Font Color

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

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


#1ef572 Background Color

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

This div background color is #1ef572


#1ef572 Border Color

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

This div border color is #1ef572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ef572

Related Colors


Comments

No comments written yet.

Please login to write comment.