Color Hex Logo

#296bab Color Hex

#296BAB
(41,107,171)
0 Favorites   0 Comments

Color spaces of #296bab

RGB 41107171
HSL0.580.610.42
HSV210°76°67°
CMYK 0.760.370.00   0.33
XYZ13.522813.927140.5035
Yxy13.92710.19900.2050
Hunter Lab37.3190-0.6276-38.2260
CIE-Lab44.12821.8501-40.1689

#296bab color RGB value is (41,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101011 10101011
Octal 51 153 253
Decimal 41 107 171
Hex 29 6B AB

RGB Percentages of Color #296bab

%12.85
%33.54
%53.61

CMYK Percentages of Color #296bab

%76
%37
%0
%33

Triadic Colors of #296bab

#296bab #ab296b #6bab29

Analogous Colors of #296bab

#296bab #292aab #29abaa

Monochromatic Colors of #296bab

#296bab

Complementary Color

#296bab #ab6929

#296bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#296bab Color CSS Codes

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

#296bab Text Font Color

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

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


#296bab Background Color

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

This div background color is #296bab


#296bab Border Color

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

This div border color is #296bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296bab


Comments

No comments written yet.

Please login to write comment.