Color Hex Logo

#7eacec Color Hex

#7EACEC
(126,172,236)
0 Favorites   0 Comments

Color spaces of #7eacec

RGB 126172236
HSL0.600.740.71
HSV215°47°93°
CMYK 0.470.270.00   0.07
XYZ38.497039.996885.0480
Yxy39.99680.23540.2446
Hunter Lab63.2430-2.0196-35.4619
CIE-Lab69.46731.5480-36.8321

#7eacec color RGB value is (126,172,236).

#7eacec hex color red value is 126, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7eacec hue: 0.60 , saturation: 0.74 and the lightness value of 7eacec is 0.71.

The process color (four color CMYK) of #7eacec color hex is 0.47, 0.27, 0.00, 0.07. Web safe color of #7eacec is #6699ff. Color #7eacec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101100 11101100
Octal 176 254 354
Decimal 126 172 236
Hex 7E AC EC

RGB Percentages of Color #7eacec

%23.60
%32.21
%44.19

CMYK Percentages of Color #7eacec

%47
%27
%0
%7

Triadic Colors of #7eacec

#7eacec #ec7eac #acec7e

Analogous Colors of #7eacec

#7eacec #877eec #7ee3ec

Monochromatic Colors of #7eacec

#7eacec

Complementary Color

#7eacec #ecbe7e

#7eacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eacec Color CSS Codes

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

#7eacec Text Font Color

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

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


#7eacec Background Color

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

This div background color is #7eacec


#7eacec Border Color

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

This div border color is #7eacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eacec


Comments

No comments written yet.

Please login to write comment.