Color Hex Logo

#7eaeff Color Hex

#7EAEFF
(126,174,255)
0 Favorites   0 Comments

Color spaces of #7eaeff

RGB 126174255
HSL0.601.000.75
HSV218°51°100°
CMYK 0.510.320.00   0.00
XYZ41.790241.9277100.4980
Yxy41.92770.22690.2276
Hunter Lab64.75161.8873-46.6952
CIE-Lab70.82105.9742-45.0369

#7eaeff color RGB value is (126,174,255).

#7eaeff hex color red value is 126, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7eaeff hue: 0.60 , saturation: 1.00 and the lightness value of 7eaeff is 0.75.

The process color (four color CMYK) of #7eaeff color hex is 0.51, 0.32, 0.00, 0.00. Web safe color of #7eaeff is #6699ff. Color #7eaeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 11111111
Octal 176 256 377
Decimal 126 174 255
Hex 7E AE FF

RGB Percentages of Color #7eaeff

%22.70
%31.35
%45.95

CMYK Percentages of Color #7eaeff

%51
%32
%0
%0

Triadic Colors of #7eaeff

#7eaeff #ff7eae #aeff7e

Analogous Colors of #7eaeff

#7eaeff #8f7eff #7eefff

Monochromatic Colors of #7eaeff

#7eaeff

Complementary Color

#7eaeff #ffcf7e

#7eaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaeff Color CSS Codes

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

#7eaeff Text Font Color

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

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


#7eaeff Background Color

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

This div background color is #7eaeff


#7eaeff Border Color

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

This div border color is #7eaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaeff

#7eaeff Color Palettes


Comments

No comments written yet.

Please login to write comment.