Color Hex Logo

#7eaedc Color Hex

#7EAEDC
(126,174,220)
0 Favorites   0 Comments

Color spaces of #7eaedc

RGB 126174220
HSL0.580.570.68
HSV209°43°86°
CMYK 0.430.210.00   0.14
XYZ36.658539.875073.4747
Yxy39.87500.24440.2658
Hunter Lab63.1467-6.8821-24.7846
CIE-Lab69.3804-4.0631-28.2165

#7eaedc color RGB value is (126,174,220).

#7eaedc hex color red value is 126, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7eaedc hue: 0.58 , saturation: 0.57 and the lightness value of 7eaedc is 0.68.

The process color (four color CMYK) of #7eaedc color hex is 0.43, 0.21, 0.00, 0.14. Web safe color of #7eaedc is #6699cc. Color #7eaedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 11011100
Octal 176 256 334
Decimal 126 174 220
Hex 7E AE DC

RGB Percentages of Color #7eaedc

%24.23
%33.46
%42.31

CMYK Percentages of Color #7eaedc

%43
%21
%0
%14

Triadic Colors of #7eaedc

#7eaedc #dc7eae #aedc7e

Analogous Colors of #7eaedc

#7eaedc #7e7fdc #7edcdb

Monochromatic Colors of #7eaedc

#7eaedc

Complementary Color

#7eaedc #dcac7e

#7eaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaedc Color CSS Codes

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

#7eaedc Text Font Color

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

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


#7eaedc Background Color

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

This div background color is #7eaedc


#7eaedc Border Color

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

This div border color is #7eaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaedc


Comments

No comments written yet.

Please login to write comment.