Color Hex Logo

#7eaecf Color Hex

#7EAECF
(126,174,207)
0 Favorites   0 Comments

Color spaces of #7eaecf

RGB 126174207
HSL0.570.460.65
HSV204°39°81°
CMYK 0.390.160.00   0.19
XYZ35.002739.212764.7555
Yxy39.21270.25190.2822
Hunter Lab62.6200-9.8090-17.4779
CIE-Lab68.9051-7.5786-21.8027

#7eaecf color RGB value is (126,174,207).

#7eaecf hex color red value is 126, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7eaecf hue: 0.57 , saturation: 0.46 and the lightness value of 7eaecf is 0.65.

The process color (four color CMYK) of #7eaecf color hex is 0.39, 0.16, 0.00, 0.19. Web safe color of #7eaecf is #6699cc. Color #7eaecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 11001111
Octal 176 256 317
Decimal 126 174 207
Hex 7E AE CF

RGB Percentages of Color #7eaecf

%24.85
%34.32
%40.83

CMYK Percentages of Color #7eaecf

%39
%16
%0
%19

Triadic Colors of #7eaecf

#7eaecf #cf7eae #aecf7e

Analogous Colors of #7eaecf

#7eaecf #7e86cf #7ecfc8

Monochromatic Colors of #7eaecf

#7eaecf

Complementary Color

#7eaecf #cf9f7e

#7eaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaecf Color CSS Codes

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

#7eaecf Text Font Color

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

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


#7eaecf Background Color

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

This div background color is #7eaecf


#7eaecf Border Color

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

This div border color is #7eaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaecf


Comments

No comments written yet.

Please login to write comment.