Color Hex Logo

#739986 Color Hex

#739986
(115,153,134)
0 Favorites   0 Comments

Color spaces of #739986

RGB 115153134
HSL0.420.160.53
HSV150°25°60°
CMYK 0.250.000.12   0.40
XYZ22.764528.148526.7876
Yxy28.14850.29300.3623
Hunter Lab53.0552-16.25717.2030
CIE-Lab60.0227-17.17325.7533

#739986 color RGB value is (115,153,134).

#739986 hex color red value is 115, green value is 153 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #739986 hue: 0.42 , saturation: 0.16 and the lightness value of 739986 is 0.53.

The process color (four color CMYK) of #739986 color hex is 0.25, 0.00, 0.12, 0.40. Web safe color of #739986 is #669999. Color #739986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011001 10000110
Octal 163 231 206
Decimal 115 153 134
Hex 73 99 86

RGB Percentages of Color #739986

%28.61
%38.06
%33.33

CMYK Percentages of Color #739986

%25
%0
%12
%40

Triadic Colors of #739986

#739986 #867399 #998673

Analogous Colors of #739986

#739986 #739999 #739973

Monochromatic Colors of #739986

#739986

Complementary Color

#739986 #997386

#739986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#739986 Color CSS Codes

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

#739986 Text Font Color

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

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


#739986 Background Color

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

This div background color is #739986


#739986 Border Color

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

This div border color is #739986


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,153,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #739986; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #739986;
  -webkit-box-shadow: 1px 1px 3px 2px #739986;
  box-shadow:         1px 1px 3px 2px #739986; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,153,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739986


Comments

No comments written yet.

Please login to write comment.