Color Hex Logo

#718dba Color Hex

#718DBA
(113,141,186)
0 Favorites   0 Comments

Color spaces of #718dba

RGB 113141186
HSL0.600.350.59
HSV217°39°73°
CMYK 0.390.240.00   0.27
XYZ25.197926.105650.1652
Yxy26.10560.24830.2573
Hunter Lab51.0936-1.3829-22.4471
CIE-Lab58.13711.6456-26.6473

#718dba color RGB value is (113,141,186).

#718dba hex color red value is 113, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #718dba hue: 0.60 , saturation: 0.35 and the lightness value of 718dba is 0.59.

The process color (four color CMYK) of #718dba color hex is 0.39, 0.24, 0.00, 0.27. Web safe color of #718dba is #6699cc. Color #718dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001101 10111010
Octal 161 215 272
Decimal 113 141 186
Hex 71 8D BA

RGB Percentages of Color #718dba

%25.68
%32.05
%42.27

CMYK Percentages of Color #718dba

%39
%24
%0
%27

Triadic Colors of #718dba

#718dba #ba718d #8dba71

Analogous Colors of #718dba

#718dba #7a71ba #71b2ba

Monochromatic Colors of #718dba

#718dba

Complementary Color

#718dba #ba9e71

#718dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#718dba Color CSS Codes

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

#718dba Text Font Color

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

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


#718dba Background Color

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

This div background color is #718dba


#718dba Border Color

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

This div border color is #718dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,141,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #718dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #718dba;
  -webkit-box-shadow: 1px 1px 3px 2px #718dba;
  box-shadow:         1px 1px 3px 2px #718dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,141,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718dba

#718dba Color Palettes


Comments

No comments written yet.

Please login to write comment.