Color Hex Logo

#718acb Color Hex

#718ACB
(113,138,203)
0 Favorites   0 Comments

Color spaces of #718acb

RGB 113138203
HSL0.620.460.62
HSV223°44°80°
CMYK 0.440.320.00   0.20
XYZ26.678025.999560.1122
Yxy25.99950.23650.2305
Hunter Lab50.98974.1599-34.2047
CIE-Lab58.03668.2489-36.4214

#718acb color RGB value is (113,138,203).

#718acb hex color red value is 113, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #718acb hue: 0.62 , saturation: 0.46 and the lightness value of 718acb is 0.62.

The process color (four color CMYK) of #718acb color hex is 0.44, 0.32, 0.00, 0.20. Web safe color of #718acb is #6699cc. Color #718acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001010 11001011
Octal 161 212 313
Decimal 113 138 203
Hex 71 8A CB

RGB Percentages of Color #718acb

%24.89
%30.40
%44.71

CMYK Percentages of Color #718acb

%44
%32
%0
%20

Triadic Colors of #718acb

#718acb #cb718a #8acb71

Analogous Colors of #718acb

#718acb #8571cb #71b7cb

Monochromatic Colors of #718acb

#718acb

Complementary Color

#718acb #cbb271

#718acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#718acb Color CSS Codes

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

#718acb Text Font Color

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

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


#718acb Background Color

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

This div background color is #718acb


#718acb Border Color

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

This div border color is #718acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718acb


Comments

No comments written yet.

Please login to write comment.