Color Hex Logo

#2a7caa Color Hex

#2A7CAA
(42,124,170)
0 Favorites   0 Comments

Color spaces of #2a7caa

RGB 42124170
HSL0.560.600.42
HSV202°75°67°
CMYK 0.750.270.00   0.33
XYZ15.418217.809840.6552
Yxy17.80980.20870.2411
Hunter Lab42.2017-8.6387-27.5762
CIE-Lab49.2646-8.6234-31.4924

#2a7caa color RGB value is (42,124,170).

#2a7caa hex color red value is 42, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2a7caa hue: 0.56 , saturation: 0.60 and the lightness value of 2a7caa is 0.42.

The process color (four color CMYK) of #2a7caa color hex is 0.75, 0.27, 0.00, 0.33. Web safe color of #2a7caa is #336699. Color #2a7caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01111100 10101010
Octal 52 174 252
Decimal 42 124 170
Hex 2A 7C AA

RGB Percentages of Color #2a7caa

%12.50
%36.90
%50.60

CMYK Percentages of Color #2a7caa

%75
%27
%0
%33

Triadic Colors of #2a7caa

#2a7caa #aa2a7c #7caa2a

Analogous Colors of #2a7caa

#2a7caa #2a3caa #2aaa98

Monochromatic Colors of #2a7caa

#2a7caa

Complementary Color

#2a7caa #aa582a

#2a7caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a7caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a7caa Color CSS Codes

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

#2a7caa Text Font Color

<p style="color:#2a7caa">Text here</p>

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


#2a7caa Background Color

<div style="background-color:#2a7caa">
Div content here</div>

This div background color is #2a7caa


#2a7caa Border Color

<div style="border:3px solid #2a7caa">
Div here</div>

This div border color is #2a7caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,124,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a7caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a7caa;
  -webkit-box-shadow: 1px 1px 3px 2px #2a7caa;
  box-shadow:         1px 1px 3px 2px #2a7caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a7caa


Comments

No comments written yet.

Please login to write comment.