Color Hex Logo

#2f706f Color Hex

#2F706F
(47,112,111)
0 Favorites   0 Comments

Color spaces of #2f706f

RGB 47112111
HSL0.500.410.31
HSV179°58°44°
CMYK 0.580.000.01   0.56
XYZ9.835713.340417.0955
Yxy13.34040.24420.3313
Hunter Lab36.5245-15.8496-2.1839
CIE-Lab43.2717-20.7388-5.7030

#2f706f color RGB value is (47,112,111).

#2f706f hex color red value is 47, green value is 112 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #2f706f hue: 0.50 , saturation: 0.41 and the lightness value of 2f706f is 0.31.

The process color (four color CMYK) of #2f706f color hex is 0.58, 0.00, 0.01, 0.56. Web safe color of #2f706f is #336666. Color #2f706f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01110000 01101111
Octal 57 160 157
Decimal 47 112 111
Hex 2F 70 6F

RGB Percentages of Color #2f706f

%17.41
%41.48
%41.11

CMYK Percentages of Color #2f706f

%58
%0
%1
%56

Triadic Colors of #2f706f

#2f706f #6f2f70 #706f2f

Analogous Colors of #2f706f

#2f706f #2f5170 #2f704f

Monochromatic Colors of #2f706f

#2f706f

Complementary Color

#2f706f #702f30

#2f706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f706f Color CSS Codes

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

#2f706f Text Font Color

<p style="color:#2f706f">Text here</p>

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


#2f706f Background Color

<div style="background-color:#2f706f">
Div content here</div>

This div background color is #2f706f


#2f706f Border Color

<div style="border:3px solid #2f706f">
Div here</div>

This div border color is #2f706f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,112,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f706f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f706f;
  -webkit-box-shadow: 1px 1px 3px 2px #2f706f;
  box-shadow:         1px 1px 3px 2px #2f706f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,112,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f706f


Comments

No comments written yet.

Please login to write comment.