Color Hex Logo

#7eacef Color Hex

#7EACEF
(126,172,239)
0 Favorites   0 Comments

Color spaces of #7eacef

RGB 126172239
HSL0.600.780.72
HSV216°47°94°
CMYK 0.470.280.00   0.06
XYZ38.936740.172787.3633
Yxy40.17270.23390.2413
Hunter Lab63.3819-1.2625-37.3558
CIE-Lab69.59242.4118-38.2729

#7eacef color RGB value is (126,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101100 11101111
Octal 176 254 357
Decimal 126 172 239
Hex 7E AC EF

RGB Percentages of Color #7eacef

%23.46
%32.03
%44.51

CMYK Percentages of Color #7eacef

%47
%28
%0
%6

Triadic Colors of #7eacef

#7eacef #ef7eac #acef7e

Analogous Colors of #7eacef

#7eacef #897eef #7ee5ef

Monochromatic Colors of #7eacef

#7eacef

Complementary Color

#7eacef #efc17e

#7eacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eacef Color CSS Codes

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

#7eacef Text Font Color

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

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


#7eacef Background Color

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

This div background color is #7eacef


#7eacef Border Color

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

This div border color is #7eacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eacef


Comments

No comments written yet.

Please login to write comment.