Color Hex Logo

#2a6caa Color Hex

#2A6CAA
(42,108,170)
0 Favorites   0 Comments

Color spaces of #2a6caa

RGB 42108170
HSL0.580.600.42
HSV209°75°67°
CMYK 0.750.360.00   0.33
XYZ13.573114.119640.0402
Yxy14.11960.20040.2085
Hunter Lab37.5761-1.2809-36.8749
CIE-Lab44.40400.9847-39.1429

#2a6caa color RGB value is (42,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 01101100 10101010
Octal 52 154 252
Decimal 42 108 170
Hex 2A 6C AA

RGB Percentages of Color #2a6caa

%13.13
%33.75
%53.13

CMYK Percentages of Color #2a6caa

%75
%36
%0
%33

Triadic Colors of #2a6caa

#2a6caa #aa2a6c #6caa2a

Analogous Colors of #2a6caa

#2a6caa #2a2caa #2aaaa8

Monochromatic Colors of #2a6caa

#2a6caa

Complementary Color

#2a6caa #aa682a

#2a6caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a6caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a6caa Color CSS Codes

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

#2a6caa Text Font Color

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

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


#2a6caa Background Color

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

This div background color is #2a6caa


#2a6caa Border Color

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

This div border color is #2a6caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a6caa


Comments

No comments written yet.

Please login to write comment.