color codes Logo

#2f6f81 color codes

#2F6F81
(47,111,129)
0 Favorites   0 Comments

Color spaces of #2f6f81

RGB 47111129
HSL0.540.470.35
HSV193°64°51°
CMYK 0.640.140.00   0.49
XYZ10.819213.558222.8156
Yxy13.55820.22930.2873
Hunter Lab36.8215-11.9891-10.9627
CIE-Lab43.5926-14.5447-16.0462

#2f6f81 color RGB value is (47,111,129).

#2f6f81 hex color red value is 47, green value is 111 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #2f6f81 hue: 0.54 , saturation: 0.47 and the lightness value of 2f6f81 is 0.35.

The process color (four color CMYK) of #2f6f81 color code is 0.64, 0.14, 0.00, 0.49. Web safe color of #2f6f81 is #336699. Color #2f6f81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01101111 10000001
Octal 57 157 201
Decimal 47 111 129
Hex 2F 6F 81

RGB Percentages of Color #2f6f81

%16.38
%38.68
%44.95

CMYK Percentages of Color #2f6f81

%64
%14
%0
%49

Triadic Colors of #2f6f81

#2f6f81 #812f6f #6f812f

Analogous Colors of #2f6f81

#2f6f81 #2f4681 #2f816a

Monochromatic Colors of #2f6f81

#2f6f81

Complementary Color

#2f6f81 #81412f

#2f6f81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f6f81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f6f81 Color CSS Codes

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

#2f6f81 Text Font Color

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

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


#2f6f81 Background Color

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

This div background color is #2f6f81


#2f6f81 Border Color

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

This div border color is #2f6f81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f6f81


Comments

No comments written yet.

Please login to write comment.