Color Hex Logo

#718fae Color Hex

#718FAE
(113,143,174)
0 Favorites   0 Comments

Color spaces of #718fae

RGB 113143174
HSL0.580.270.56
HSV210°35°68°
CMYK 0.350.180.00   0.32
XYZ24.272526.211643.8245
Yxy26.21160.25740.2779
Hunter Lab51.1973-4.9688-14.9137
CIE-Lab58.2374-2.7675-19.6712

#718fae color RGB value is (113,143,174).

#718fae hex color red value is 113, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #718fae hue: 0.58 , saturation: 0.27 and the lightness value of 718fae is 0.56.

The process color (four color CMYK) of #718fae color hex is 0.35, 0.18, 0.00, 0.32. Web safe color of #718fae is #669999. Color #718fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001111 10101110
Octal 161 217 256
Decimal 113 143 174
Hex 71 8F AE

RGB Percentages of Color #718fae

%26.28
%33.26
%40.47

CMYK Percentages of Color #718fae

%35
%18
%0
%32

Triadic Colors of #718fae

#718fae #ae718f #8fae71

Analogous Colors of #718fae

#718fae #7271ae #71aeae

Monochromatic Colors of #718fae

#718fae

Complementary Color

#718fae #ae9071

#718fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#718fae Color CSS Codes

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

#718fae Text Font Color

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

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


#718fae Background Color

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

This div background color is #718fae


#718fae Border Color

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

This div border color is #718fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718fae


Comments

No comments written yet.

Please login to write comment.