Color Hex Logo

#718ace Color Hex

#718ACE
(113,138,206)
0 Favorites   0 Comments

Color spaces of #718ace

RGB 113138206
HSL0.620.490.63
HSV224°45°81°
CMYK 0.450.330.00   0.19
XYZ27.039126.143962.0137
Yxy26.14390.23470.2270
Hunter Lab51.13114.9148-36.1173
CIE-Lab58.17349.1296-37.8975

#718ace color RGB value is (113,138,206).

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

The process color (four color CMYK) of #718ace color hex is 0.45, 0.33, 0.00, 0.19. Web safe color of #718ace is #6699cc. Color #718ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001010 11001110
Octal 161 212 316
Decimal 113 138 206
Hex 71 8A CE

RGB Percentages of Color #718ace

%24.73
%30.20
%45.08

CMYK Percentages of Color #718ace

%45
%33
%0
%19

Triadic Colors of #718ace

#718ace #ce718a #8ace71

Analogous Colors of #718ace

#718ace #8771ce #71b9ce

Monochromatic Colors of #718ace

#718ace

Complementary Color

#718ace #ceb571

#718ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#718ace Color CSS Codes

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

#718ace Text Font Color

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

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


#718ace Background Color

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

This div background color is #718ace


#718ace Border Color

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

This div border color is #718ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718ace


Comments

No comments written yet.

Please login to write comment.