Color Hex Logo

#296a9f Color Hex

#296A9F
(41,106,159)
0 Favorites   0 Comments

Color spaces of #296a9f

RGB 41106159
HSL0.570.590.39
HSV207°74°62°
CMYK 0.740.330.00   0.38
XYZ12.326513.282734.7150
Yxy13.28270.20430.2202
Hunter Lab36.4454-3.4076-30.9631
CIE-Lab43.1862-2.0254-34.5858

#296a9f color RGB value is (41,106,159).

#296a9f hex color red value is 41, green value is 106 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #296a9f hue: 0.57 , saturation: 0.59 and the lightness value of 296a9f is 0.39.

The process color (four color CMYK) of #296a9f color hex is 0.74, 0.33, 0.00, 0.38. Web safe color of #296a9f is #336699. Color #296a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101010 10011111
Octal 51 152 237
Decimal 41 106 159
Hex 29 6A 9F

RGB Percentages of Color #296a9f

%13.40
%34.64
%51.96

CMYK Percentages of Color #296a9f

%74
%33
%0
%38

Triadic Colors of #296a9f

#296a9f #9f296a #6a9f29

Analogous Colors of #296a9f

#296a9f #292f9f #299f99

Monochromatic Colors of #296a9f

#296a9f

Complementary Color

#296a9f #9f5e29

#296a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#296a9f Color CSS Codes

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

#296a9f Text Font Color

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

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


#296a9f Background Color

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

This div background color is #296a9f


#296a9f Border Color

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

This div border color is #296a9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,106,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296a9f


Comments

No comments written yet.

Please login to write comment.