Color Hex Logo

#1ff772 Color Hex

#1FF772
(31,247,114)
0 Favorites   0 Comments

Color spaces of #1ff772

RGB 31247114
HSL0.400.930.55
HSV143°87°97°
CMYK 0.870.000.54   0.03
XYZ36.863168.027727.1074
Yxy68.02770.27930.5154
Hunter Lab82.4789-64.559338.2491
CIE-Lab86.0203-75.110950.0801

#1ff772 color RGB value is (31,247,114).

#1ff772 hex color red value is 31, green value is 247 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #1ff772 hue: 0.40 , saturation: 0.93 and the lightness value of 1ff772 is 0.55.

The process color (four color CMYK) of #1ff772 color hex is 0.87, 0.00, 0.54, 0.03. Web safe color of #1ff772 is #33ff66. Color #1ff772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 11110111 01110010
Octal 37 367 162
Decimal 31 247 114
Hex 1F F7 72

RGB Percentages of Color #1ff772

%7.91
%63.01
%29.08

CMYK Percentages of Color #1ff772

%87
%0
%54
%3

Triadic Colors of #1ff772

#1ff772 #721ff7 #f7721f

Analogous Colors of #1ff772

#1ff772 #1ff7de #38f71f

Monochromatic Colors of #1ff772

#1ff772

Complementary Color

#1ff772 #f71fa4

#1ff772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ff772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ff772 Color CSS Codes

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

#1ff772 Text Font Color

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

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


#1ff772 Background Color

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

This div background color is #1ff772


#1ff772 Border Color

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

This div border color is #1ff772


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,247,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 #1ff772">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ff772


Comments

No comments written yet.

Please login to write comment.