Color Hex Logo

#7eacee Color Hex

#7EACEE
(126,172,238)
0 Favorites   0 Comments

Color spaces of #7eacee

RGB 126172238
HSL0.600.770.71
HSV215°47°93°
CMYK 0.470.280.00   0.07
XYZ38.789340.113786.5872
Yxy40.11370.23440.2424
Hunter Lab63.3354-1.5159-36.7219
CIE-Lab69.55042.1234-37.7932

#7eacee color RGB value is (126,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101100 11101110
Octal 176 254 356
Decimal 126 172 238
Hex 7E AC EE

RGB Percentages of Color #7eacee

%23.51
%32.09
%44.40

CMYK Percentages of Color #7eacee

%47
%28
%0
%7

Triadic Colors of #7eacee

#7eacee #ee7eac #acee7e

Analogous Colors of #7eacee

#7eacee #887eee #7ee4ee

Monochromatic Colors of #7eacee

#7eacee

Complementary Color

#7eacee #eec07e

#7eacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eacee Color CSS Codes

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

#7eacee Text Font Color

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

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


#7eacee Background Color

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

This div background color is #7eacee


#7eacee Border Color

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

This div border color is #7eacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eacee


Comments

No comments written yet.

Please login to write comment.