Color Hex Logo

#7eabf0 Color Hex

#7EABF0
(126,171,240)
0 Favorites   0 Comments

Color spaces of #7eabf0

RGB 126171240
HSL0.600.790.72
HSV216°48°94°
CMYK 0.480.290.00   0.06
XYZ38.895339.852788.0804
Yxy39.85270.23310.2389
Hunter Lab63.1290-0.4976-38.5338
CIE-Lab69.36453.2624-39.1729

#7eabf0 color RGB value is (126,171,240).

#7eabf0 hex color red value is 126, green value is 171 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #7eabf0 hue: 0.60 , saturation: 0.79 and the lightness value of 7eabf0 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101011 11110000
Octal 176 253 360
Decimal 126 171 240
Hex 7E AB F0

RGB Percentages of Color #7eabf0

%23.46
%31.84
%44.69

CMYK Percentages of Color #7eabf0

%48
%29
%0
%6

Triadic Colors of #7eabf0

#7eabf0 #f07eab #abf07e

Analogous Colors of #7eabf0

#7eabf0 #8a7ef0 #7ee4f0

Monochromatic Colors of #7eabf0

#7eabf0

Complementary Color

#7eabf0 #f0c37e

#7eabf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eabf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eabf0 Color CSS Codes

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

#7eabf0 Text Font Color

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

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


#7eabf0 Background Color

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

This div background color is #7eabf0


#7eabf0 Border Color

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

This div border color is #7eabf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eabf0


Comments

No comments written yet.

Please login to write comment.