Color Hex Logo

#296faa Color Hex

#296FAA
(41,111,170)
0 Favorites   0 Comments

Color spaces of #296faa

RGB 41111170
HSL0.580.610.41
HSV207°76°67°
CMYK 0.760.350.00   0.33
XYZ13.854614.742640.1456
Yxy14.74260.20150.2145
Hunter Lab38.3961-2.7844-35.1143
CIE-Lab45.2796-0.9953-37.7587

#296faa color RGB value is (41,111,170).

#296faa hex color red value is 41, green value is 111 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #296faa hue: 0.58 , saturation: 0.61 and the lightness value of 296faa is 0.41.

The process color (four color CMYK) of #296faa color hex is 0.76, 0.35, 0.00, 0.33. Web safe color of #296faa is #336699. Color #296faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101111 10101010
Octal 51 157 252
Decimal 41 111 170
Hex 29 6F AA

RGB Percentages of Color #296faa

%12.73
%34.47
%52.80

CMYK Percentages of Color #296faa

%76
%35
%0
%33

Triadic Colors of #296faa

#296faa #aa296f #6faa29

Analogous Colors of #296faa

#296faa #292faa #29aaa5

Monochromatic Colors of #296faa

#296faa

Complementary Color

#296faa #aa6429

#296faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#296faa Color CSS Codes

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

#296faa Text Font Color

<p style="color:#296faa">Text here</p>

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


#296faa Background Color

<div style="background-color:#296faa">
Div content here</div>

This div background color is #296faa


#296faa Border Color

<div style="border:3px solid #296faa">
Div here</div>

This div border color is #296faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,111,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #296faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #296faa;
  -webkit-box-shadow: 1px 1px 3px 2px #296faa;
  box-shadow:         1px 1px 3px 2px #296faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,111,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 #296faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296faa


Comments

No comments written yet.

Please login to write comment.