Color Hex Logo

#718dbc Color Hex

#718DBC
(113,141,188)
0 Favorites   0 Comments

Color spaces of #718dbc

RGB 113141188
HSL0.600.360.59
HSV218°40°74°
CMYK 0.400.250.00   0.26
XYZ25.412026.191351.2930
Yxy26.19130.24700.2545
Hunter Lab51.1774-0.9269-23.5997
CIE-Lab58.21822.2035-27.6566

#718dbc color RGB value is (113,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001101 10111100
Octal 161 215 274
Decimal 113 141 188
Hex 71 8D BC

RGB Percentages of Color #718dbc

%25.57
%31.90
%42.53

CMYK Percentages of Color #718dbc

%40
%25
%0
%26

Triadic Colors of #718dbc

#718dbc #bc718d #8dbc71

Analogous Colors of #718dbc

#718dbc #7b71bc #71b3bc

Monochromatic Colors of #718dbc

#718dbc

Complementary Color

#718dbc #bca071

#718dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#718dbc Color CSS Codes

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

#718dbc Text Font Color

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

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


#718dbc Background Color

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

This div background color is #718dbc


#718dbc Border Color

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

This div border color is #718dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718dbc


Comments

No comments written yet.

Please login to write comment.