Color Hex Logo

#7eaacf Color Hex

#7EAACF
(126,170,207)
0 Favorites   0 Comments

Color spaces of #7eaacf

RGB 126170207
HSL0.580.460.65
HSV207°39°81°
CMYK 0.390.180.00   0.19
XYZ34.241437.690164.5017
Yxy37.69010.25100.2763
Hunter Lab61.3923-7.8785-19.3184
CIE-Lab67.7916-5.3965-23.5025

#7eaacf color RGB value is (126,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101010 11001111
Octal 176 252 317
Decimal 126 170 207
Hex 7E AA CF

RGB Percentages of Color #7eaacf

%25.05
%33.80
%41.15

CMYK Percentages of Color #7eaacf

%39
%18
%0
%19

Triadic Colors of #7eaacf

#7eaacf #cf7eaa #aacf7e

Analogous Colors of #7eaacf

#7eaacf #7e82cf #7ecfcc

Monochromatic Colors of #7eaacf

#7eaacf

Complementary Color

#7eaacf #cfa37e

#7eaacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaacf Color CSS Codes

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

#7eaacf Text Font Color

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

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


#7eaacf Background Color

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

This div background color is #7eaacf


#7eaacf Border Color

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

This div border color is #7eaacf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,170,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 #7eaacf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaacf


Comments

No comments written yet.

Please login to write comment.