Color Hex Logo

#7eaecb Color Hex

#7EAECB
(126,174,203)
0 Favorites   0 Comments

Color spaces of #7eaecb

RGB 126174203
HSL0.560.430.65
HSV203°38°80°
CMYK 0.380.140.00   0.20
XYZ34.519739.019562.2120
Yxy39.01950.25430.2874
Hunter Lab62.4656-10.6722-15.3234
CIE-Lab68.7654-8.6327-19.8120

#7eaecb color RGB value is (126,174,203).

#7eaecb hex color red value is 126, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7eaecb hue: 0.56 , saturation: 0.43 and the lightness value of 7eaecb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 11001011
Octal 176 256 313
Decimal 126 174 203
Hex 7E AE CB

RGB Percentages of Color #7eaecb

%25.05
%34.59
%40.36

CMYK Percentages of Color #7eaecb

%38
%14
%0
%20

Triadic Colors of #7eaecb

#7eaecb #cb7eae #aecb7e

Analogous Colors of #7eaecb

#7eaecb #7e88cb #7ecbc2

Monochromatic Colors of #7eaecb

#7eaecb

Complementary Color

#7eaecb #cb9b7e

#7eaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaecb Color CSS Codes

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

#7eaecb Text Font Color

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

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


#7eaecb Background Color

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

This div background color is #7eaecb


#7eaecb Border Color

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

This div border color is #7eaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaecb


Comments

No comments written yet.

Please login to write comment.