Color Hex Logo

#718aba Color Hex

#718ABA
(113,138,186)
0 Favorites   0 Comments

Color spaces of #718aba

RGB 113138186
HSL0.610.350.59
HSV219°39°73°
CMYK 0.390.260.00   0.27
XYZ24.761525.232850.0197
Yxy25.23280.24760.2523
Hunter Lab50.23230.0834-23.8765
CIE-Lab57.30153.3823-27.9385

#718aba color RGB value is (113,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001010 10111010
Octal 161 212 272
Decimal 113 138 186
Hex 71 8A BA

RGB Percentages of Color #718aba

%25.86
%31.58
%42.56

CMYK Percentages of Color #718aba

%39
%26
%0
%27

Triadic Colors of #718aba

#718aba #ba718a #8aba71

Analogous Colors of #718aba

#718aba #7d71ba #71afba

Monochromatic Colors of #718aba

#718aba

Complementary Color

#718aba #baa171

#718aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#718aba Color CSS Codes

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

#718aba Text Font Color

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

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


#718aba Background Color

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

This div background color is #718aba


#718aba Border Color

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

This div border color is #718aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,138,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 #718aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718aba


Comments

No comments written yet.

Please login to write comment.