Color Hex Logo

#7fa6ca Color Hex

#7FA6CA
(127,166,202)
0 Favorites   0 Comments

Color spaces of #7fa6ca

RGB 127166202
HSL0.580.410.65
HSV209°37°79°
CMYK 0.370.180.00   0.21
XYZ33.049336.048761.0933
Yxy36.04870.25390.2769
Hunter Lab60.0406-6.8158-18.3012
CIE-Lab66.5571-4.2531-22.6186

#7fa6ca color RGB value is (127,166,202).

#7fa6ca hex color red value is 127, green value is 166 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7fa6ca hue: 0.58 , saturation: 0.41 and the lightness value of 7fa6ca is 0.65.

The process color (four color CMYK) of #7fa6ca color hex is 0.37, 0.18, 0.00, 0.21. Web safe color of #7fa6ca is #6699cc. Color #7fa6ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100110 11001010
Octal 177 246 312
Decimal 127 166 202
Hex 7F A6 CA

RGB Percentages of Color #7fa6ca

%25.66
%33.54
%40.81

CMYK Percentages of Color #7fa6ca

%37
%18
%0
%21

Triadic Colors of #7fa6ca

#7fa6ca #ca7fa6 #a6ca7f

Analogous Colors of #7fa6ca

#7fa6ca #7f81ca #7fcac9

Monochromatic Colors of #7fa6ca

#7fa6ca

Complementary Color

#7fa6ca #caa37f

#7fa6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa6ca Color CSS Codes

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

#7fa6ca Text Font Color

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

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


#7fa6ca Background Color

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

This div background color is #7fa6ca


#7fa6ca Border Color

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

This div border color is #7fa6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa6ca


Comments

No comments written yet.

Please login to write comment.