Color Hex Logo

#2f6870 Color Hex

#2F6870
(47,104,112)
0 Favorites   0 Comments

Color spaces of #2f6870

RGB 47104112
HSL0.520.410.31
HSV187°58°44°
CMYK 0.580.070.00   0.56
XYZ9.047211.674817.1059
Yxy11.67480.23920.3086
Hunter Lab34.1684-12.5310-5.7648
CIE-Lab40.6945-16.0786-10.1683

#2f6870 color RGB value is (47,104,112).

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

The process color (four color CMYK) of #2f6870 color hex is 0.58, 0.07, 0.00, 0.56. Web safe color of #2f6870 is #336666. Color #2f6870 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01101000 01110000
Octal 57 150 160
Decimal 47 104 112
Hex 2F 68 70

RGB Percentages of Color #2f6870

%17.87
%39.54
%42.59

CMYK Percentages of Color #2f6870

%58
%7
%0
%56

Triadic Colors of #2f6870

#2f6870 #702f68 #68702f

Analogous Colors of #2f6870

#2f6870 #2f4870 #2f7058

Monochromatic Colors of #2f6870

#2f6870

Complementary Color

#2f6870 #70372f

#2f6870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f6870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f6870 Color CSS Codes

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

#2f6870 Text Font Color

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

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


#2f6870 Background Color

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

This div background color is #2f6870


#2f6870 Border Color

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

This div border color is #2f6870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f6870


Comments

No comments written yet.

Please login to write comment.