Color Hex Logo

#7eaafb Color Hex

#7EAAFB
(126,170,251)
0 Favorites   0 Comments

Color spaces of #7eaafb

RGB 126170251
HSL0.610.940.74
HSV219°50°98°
CMYK 0.500.320.00   0.02
XYZ40.391540.150196.8877
Yxy40.15010.22760.2263
Hunter Lab63.36412.8978-46.3033
CIE-Lab69.57637.0495-44.8227

#7eaafb color RGB value is (126,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101010 11111011
Octal 176 252 373
Decimal 126 170 251
Hex 7E AA FB

RGB Percentages of Color #7eaafb

%23.03
%31.08
%45.89

CMYK Percentages of Color #7eaafb

%50
%32
%0
%2

Triadic Colors of #7eaafb

#7eaafb #fb7eaa #aafb7e

Analogous Colors of #7eaafb

#7eaafb #917efb #7ee9fb

Monochromatic Colors of #7eaafb

#7eaafb

Complementary Color

#7eaafb #fbcf7e

#7eaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaafb Color CSS Codes

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

#7eaafb Text Font Color

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

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


#7eaafb Background Color

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

This div background color is #7eaafb


#7eaafb Border Color

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

This div border color is #7eaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaafb

Related Colors


Comments

No comments written yet.

Please login to write comment.