Color Hex Logo

#1fa79d Color Hex

#1FA79D
(31,167,157)
0 Favorites   0 Comments

Color spaces of #1fa79d

RGB 31167157
HSL0.490.690.39
HSV176°81°65°
CMYK 0.810.000.06   0.35
XYZ20.469630.363136.6801
Yxy30.36310.23390.3470
Hunter Lab55.1027-30.1205-0.8955
CIE-Lab61.9663-36.3567-4.7372

#1fa79d color RGB value is (31,167,157).

#1fa79d hex color red value is 31, green value is 167 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #1fa79d hue: 0.49 , saturation: 0.69 and the lightness value of 1fa79d is 0.39.

The process color (four color CMYK) of #1fa79d color hex is 0.81, 0.00, 0.06, 0.35. Web safe color of #1fa79d is #339999. Color #1fa79d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10100111 10011101
Octal 37 247 235
Decimal 31 167 157
Hex 1F A7 9D

RGB Percentages of Color #1fa79d

%8.73
%47.04
%44.23

CMYK Percentages of Color #1fa79d

%81
%0
%6
%35

Triadic Colors of #1fa79d

#1fa79d #9d1fa7 #a79d1f

Analogous Colors of #1fa79d

#1fa79d #1f6da7 #1fa759

Monochromatic Colors of #1fa79d

#1fa79d

Complementary Color

#1fa79d #a71f29

#1fa79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1fa79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1fa79d Color CSS Codes

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

#1fa79d Text Font Color

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

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


#1fa79d Background Color

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

This div background color is #1fa79d


#1fa79d Border Color

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

This div border color is #1fa79d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,167,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1fa79d


Comments

No comments written yet.

Please login to write comment.