Color Hex Logo

#7f8dae Color Hex

#7F8DAE
(127,141,174)
0 Favorites   0 Comments

Color spaces of #7f8dae

RGB 127141174
HSL0.620.220.59
HSV222°27°68°
CMYK 0.270.190.00   0.32
XYZ25.917326.617843.8162
Yxy26.61780.26900.2763
Hunter Lab51.5924-0.6179-14.2388
CIE-Lab58.61892.5973-19.0040

#7f8dae color RGB value is (127,141,174).

#7f8dae hex color red value is 127, green value is 141 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7f8dae hue: 0.62 , saturation: 0.22 and the lightness value of 7f8dae is 0.59.

The process color (four color CMYK) of #7f8dae color hex is 0.27, 0.19, 0.00, 0.32. Web safe color of #7f8dae is #669999. Color #7f8dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10001101 10101110
Octal 177 215 256
Decimal 127 141 174
Hex 7F 8D AE

RGB Percentages of Color #7f8dae

%28.73
%31.90
%39.37

CMYK Percentages of Color #7f8dae

%27
%19
%0
%32

Triadic Colors of #7f8dae

#7f8dae #ae7f8d #8dae7f

Analogous Colors of #7f8dae

#7f8dae #897fae #7fa5ae

Monochromatic Colors of #7f8dae

#7f8dae

Complementary Color

#7f8dae #aea07f

#7f8dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f8dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f8dae Color CSS Codes

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

#7f8dae Text Font Color

<p style="color:#7f8dae">Text here</p>

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


#7f8dae Background Color

<div style="background-color:#7f8dae">
Div content here</div>

This div background color is #7f8dae


#7f8dae Border Color

<div style="border:3px solid #7f8dae">
Div here</div>

This div border color is #7f8dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,141,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f8dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f8dae;
  -webkit-box-shadow: 1px 1px 3px 2px #7f8dae;
  box-shadow:         1px 1px 3px 2px #7f8dae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,141,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 #7f8dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f8dae


Comments

No comments written yet.

Please login to write comment.