Color Hex Logo

#7eaaca Color Hex

#7EAACA
(126,170,202)
0 Favorites   0 Comments

Color spaces of #7eaaca

RGB 126170202
HSL0.570.420.64
HSV205°38°79°
CMYK 0.380.160.00   0.21
XYZ33.639637.449361.3326
Yxy37.44930.25400.2828
Hunter Lab61.1958-8.9705-16.5854
CIE-Lab67.6128-6.7223-21.0136

#7eaaca color RGB value is (126,170,202).

#7eaaca hex color red value is 126, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7eaaca hue: 0.57 , saturation: 0.42 and the lightness value of 7eaaca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101010 11001010
Octal 176 252 312
Decimal 126 170 202
Hex 7E AA CA

RGB Percentages of Color #7eaaca

%25.30
%34.14
%40.56

CMYK Percentages of Color #7eaaca

%38
%16
%0
%21

Triadic Colors of #7eaaca

#7eaaca #ca7eaa #aaca7e

Analogous Colors of #7eaaca

#7eaaca #7e84ca #7ecac4

Monochromatic Colors of #7eaaca

#7eaaca

Complementary Color

#7eaaca #ca9e7e

#7eaaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaaca Color CSS Codes

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

#7eaaca Text Font Color

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

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


#7eaaca Background Color

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

This div background color is #7eaaca


#7eaaca Border Color

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

This div border color is #7eaaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaaca


Comments

No comments written yet.

Please login to write comment.