Color Hex Logo

#7fa0bd Color Hex

#7FA0BD
(127,160,189)
0 Favorites   0 Comments

Color spaces of #7fa0bd

RGB 127160189
HSL0.580.320.62
HSV208°33°74°
CMYK 0.330.150.00   0.26
XYZ30.508533.327852.9690
Yxy33.32780.26120.2853
Hunter Lab57.7302-6.6966-13.9890
CIE-Lab64.4255-4.3163-18.6313

#7fa0bd color RGB value is (127,160,189).

#7fa0bd hex color red value is 127, green value is 160 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7fa0bd hue: 0.58 , saturation: 0.32 and the lightness value of 7fa0bd is 0.62.

The process color (four color CMYK) of #7fa0bd color hex is 0.33, 0.15, 0.00, 0.26. Web safe color of #7fa0bd is #6699cc. Color #7fa0bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100000 10111101
Octal 177 240 275
Decimal 127 160 189
Hex 7F A0 BD

RGB Percentages of Color #7fa0bd

%26.68
%33.61
%39.71

CMYK Percentages of Color #7fa0bd

%33
%15
%0
%26

Triadic Colors of #7fa0bd

#7fa0bd #bd7fa0 #a0bd7f

Analogous Colors of #7fa0bd

#7fa0bd #7f81bd #7fbdbb

Monochromatic Colors of #7fa0bd

#7fa0bd

Complementary Color

#7fa0bd #bd9c7f

#7fa0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa0bd Color CSS Codes

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

#7fa0bd Text Font Color

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

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


#7fa0bd Background Color

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

This div background color is #7fa0bd


#7fa0bd Border Color

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

This div border color is #7fa0bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,160,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa0bd


Comments

No comments written yet.

Please login to write comment.