Color Hex Logo

#718fbc Color Hex

#718FBC
(113,143,188)
0 Favorites   0 Comments

Color spaces of #718fbc

RGB 113143188
HSL0.600.360.59
HSV216°40°74°
CMYK 0.400.240.00   0.26
XYZ25.709626.786551.3922
Yxy26.78650.24750.2578
Hunter Lab51.7557-1.9027-22.6446
CIE-Lab58.77621.0508-26.7948

#718fbc color RGB value is (113,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001111 10111100
Octal 161 217 274
Decimal 113 143 188
Hex 71 8F BC

RGB Percentages of Color #718fbc

%25.45
%32.21
%42.34

CMYK Percentages of Color #718fbc

%40
%24
%0
%26

Triadic Colors of #718fbc

#718fbc #bc718f #8fbc71

Analogous Colors of #718fbc

#718fbc #7971bc #71b5bc

Monochromatic Colors of #718fbc

#718fbc

Complementary Color

#718fbc #bc9e71

#718fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#718fbc Color CSS Codes

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

#718fbc Text Font Color

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

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


#718fbc Background Color

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

This div background color is #718fbc


#718fbc Border Color

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

This div border color is #718fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718fbc


Comments

No comments written yet.

Please login to write comment.