Color Hex Logo

#7ea2ca Color Hex

#7EA2CA
(126,162,202)
0 Favorites   0 Comments

Color spaces of #7ea2ca

RGB 126162202
HSL0.590.420.64
HSV212°38°79°
CMYK 0.380.200.00   0.21
XYZ32.185234.540560.8478
Yxy34.54050.25230.2707
Hunter Lab58.7712-5.0965-20.2451
CIE-Lab65.3893-2.3109-24.4107

#7ea2ca color RGB value is (126,162,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100010 11001010
Octal 176 242 312
Decimal 126 162 202
Hex 7E A2 CA

RGB Percentages of Color #7ea2ca

%25.71
%33.06
%41.22

CMYK Percentages of Color #7ea2ca

%38
%20
%0
%21

Triadic Colors of #7ea2ca

#7ea2ca #ca7ea2 #a2ca7e

Analogous Colors of #7ea2ca

#7ea2ca #807eca #7ec8ca

Monochromatic Colors of #7ea2ca

#7ea2ca

Complementary Color

#7ea2ca #caa67e

#7ea2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea2ca Color CSS Codes

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

#7ea2ca Text Font Color

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

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


#7ea2ca Background Color

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

This div background color is #7ea2ca


#7ea2ca Border Color

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

This div border color is #7ea2ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,162,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 #7ea2ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea2ca


Comments

No comments written yet.

Please login to write comment.