Color Hex Logo

#7eaabc Color Hex

#7EAABC
(126,170,188)
0 Favorites   0 Comments

Color spaces of #7eaabc

RGB 126170188
HSL0.550.320.62
HSV197°33°74°
CMYK 0.330.100.00   0.26
XYZ32.056036.815952.9936
Yxy36.81590.26300.3021
Hunter Lab60.6761-11.8792-9.3097
CIE-Lab67.1387-10.3181-13.9776

#7eaabc color RGB value is (126,170,188).

#7eaabc hex color red value is 126, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7eaabc hue: 0.55 , saturation: 0.32 and the lightness value of 7eaabc is 0.62.

The process color (four color CMYK) of #7eaabc color hex is 0.33, 0.10, 0.00, 0.26. Web safe color of #7eaabc is #6699cc. Color #7eaabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101010 10111100
Octal 176 252 274
Decimal 126 170 188
Hex 7E AA BC

RGB Percentages of Color #7eaabc

%26.03
%35.12
%38.84

CMYK Percentages of Color #7eaabc

%33
%10
%0
%26

Triadic Colors of #7eaabc

#7eaabc #bc7eaa #aabc7e

Analogous Colors of #7eaabc

#7eaabc #7e8bbc #7ebcaf

Monochromatic Colors of #7eaabc

#7eaabc

Complementary Color

#7eaabc #bc907e

#7eaabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaabc Color CSS Codes

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

#7eaabc Text Font Color

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

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


#7eaabc Background Color

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

This div background color is #7eaabc


#7eaabc Border Color

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

This div border color is #7eaabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaabc


Comments

No comments written yet.

Please login to write comment.