Color Hex Logo

#7fa6ef Color Hex

#7FA6EF
(127,166,239)
0 Favorites   0 Comments

Color spaces of #7fa6ef

RGB 127166239
HSL0.610.780.72
HSV219°47°94°
CMYK 0.470.310.00   0.06
XYZ37.968638.016586.9981
Yxy38.01650.23300.2333
Hunter Lab61.65752.0193-40.4973
CIE-Lab68.03286.0307-40.7025

#7fa6ef color RGB value is (127,166,239).

#7fa6ef hex color red value is 127, green value is 166 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7fa6ef hue: 0.61 , saturation: 0.78 and the lightness value of 7fa6ef is 0.72.

The process color (four color CMYK) of #7fa6ef color hex is 0.47, 0.31, 0.00, 0.06. Web safe color of #7fa6ef is #6699ff. Color #7fa6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100110 11101111
Octal 177 246 357
Decimal 127 166 239
Hex 7F A6 EF

RGB Percentages of Color #7fa6ef

%23.87
%31.20
%44.92

CMYK Percentages of Color #7fa6ef

%47
%31
%0
%6

Triadic Colors of #7fa6ef

#7fa6ef #ef7fa6 #a6ef7f

Analogous Colors of #7fa6ef

#7fa6ef #907fef #7fdeef

Monochromatic Colors of #7fa6ef

#7fa6ef

Complementary Color

#7fa6ef #efc87f

#7fa6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa6ef Color CSS Codes

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

#7fa6ef Text Font Color

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

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


#7fa6ef Background Color

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

This div background color is #7fa6ef


#7fa6ef Border Color

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

This div border color is #7fa6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa6ef


Comments

No comments written yet.

Please login to write comment.