Color Hex Logo

#7ea6fa Color Hex

#7EA6FA
(126,166,250)
0 Favorites   0 Comments

Color spaces of #7ea6fa

RGB 126166250
HSL0.610.930.74
HSV221°50°98°
CMYK 0.500.340.00   0.02
XYZ39.495738.610295.8133
Yxy38.61020.22710.2220
Hunter Lab62.13714.7186-47.9272
CIE-Lab68.46809.0270-46.0199

#7ea6fa color RGB value is (126,166,250).

#7ea6fa hex color red value is 126, green value is 166 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7ea6fa hue: 0.61 , saturation: 0.93 and the lightness value of 7ea6fa is 0.74.

The process color (four color CMYK) of #7ea6fa color hex is 0.50, 0.34, 0.00, 0.02. Web safe color of #7ea6fa is #6699ff. Color #7ea6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100110 11111010
Octal 176 246 372
Decimal 126 166 250
Hex 7E A6 FA

RGB Percentages of Color #7ea6fa

%23.25
%30.63
%46.13

CMYK Percentages of Color #7ea6fa

%50
%34
%0
%2

Triadic Colors of #7ea6fa

#7ea6fa #fa7ea6 #a6fa7e

Analogous Colors of #7ea6fa

#7ea6fa #947efa #7ee4fa

Monochromatic Colors of #7ea6fa

#7ea6fa

Complementary Color

#7ea6fa #fad27e

#7ea6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea6fa Color CSS Codes

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

#7ea6fa Text Font Color

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

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


#7ea6fa Background Color

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

This div background color is #7ea6fa


#7ea6fa Border Color

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

This div border color is #7ea6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea6fa


Comments

No comments written yet.

Please login to write comment.