Color Hex Logo

#7eaef4 Color Hex

#7EAEF4
(126,174,244)
0 Favorites   0 Comments

Color spaces of #7eaef4

RGB 126174244
HSL0.600.840.73
HSV216°48°96°
CMYK 0.480.290.00   0.04
XYZ40.069441.239491.4361
Yxy41.23940.23200.2387
Hunter Lab64.2179-1.0045-39.4670
CIE-Lab70.34332.7415-39.8223

#7eaef4 color RGB value is (126,174,244).

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

The process color (four color CMYK) of #7eaef4 color hex is 0.48, 0.29, 0.00, 0.04. Web safe color of #7eaef4 is #6699ff. Color #7eaef4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 11110100
Octal 176 256 364
Decimal 126 174 244
Hex 7E AE F4

RGB Percentages of Color #7eaef4

%23.16
%31.99
%44.85

CMYK Percentages of Color #7eaef4

%48
%29
%0
%4

Triadic Colors of #7eaef4

#7eaef4 #f47eae #aef47e

Analogous Colors of #7eaef4

#7eaef4 #897ef4 #7ee9f4

Monochromatic Colors of #7eaef4

#7eaef4

Complementary Color

#7eaef4 #f4c47e

#7eaef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaef4 Color CSS Codes

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

#7eaef4 Text Font Color

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

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


#7eaef4 Background Color

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

This div background color is #7eaef4


#7eaef4 Border Color

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

This div border color is #7eaef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaef4


Comments

No comments written yet.

Please login to write comment.