Color Hex Logo

#7fa9ca Color Hex

#7FA9CA
(127,169,202)
0 Favorites   0 Comments

Color spaces of #7fa9ca

RGB 127169202
HSL0.570.410.65
HSV206°37°79°
CMYK 0.370.160.00   0.21
XYZ33.601037.152261.2772
Yxy37.15220.25450.2814
Hunter Lab60.9526-8.2664-16.9389
CIE-Lab67.3911-5.9020-21.3461

#7fa9ca color RGB value is (127,169,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101001 11001010
Octal 177 251 312
Decimal 127 169 202
Hex 7F A9 CA

RGB Percentages of Color #7fa9ca

%25.50
%33.94
%40.56

CMYK Percentages of Color #7fa9ca

%37
%16
%0
%21

Triadic Colors of #7fa9ca

#7fa9ca #ca7fa9 #a9ca7f

Analogous Colors of #7fa9ca

#7fa9ca #7f84ca #7fcac6

Monochromatic Colors of #7fa9ca

#7fa9ca

Complementary Color

#7fa9ca #caa07f

#7fa9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa9ca Color CSS Codes

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

#7fa9ca Text Font Color

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

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


#7fa9ca Background Color

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

This div background color is #7fa9ca


#7fa9ca Border Color

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

This div border color is #7fa9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa9ca


Comments

No comments written yet.

Please login to write comment.