Color Hex Logo

#296aba Color Hex

#296ABA
(41,106,186)
0 Favorites   0 Comments

Color spaces of #296aba

RGB 41106186
HSL0.590.640.45
HSV213°78°73°
CMYK 0.780.430.00   0.27
XYZ14.931414.324748.4323
Yxy14.32470.19220.1844
Hunter Lab37.84804.1860-49.3771
CIE-Lab44.69508.1723-48.0238

#296aba color RGB value is (41,106,186).

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

The process color (four color CMYK) of #296aba color hex is 0.78, 0.43, 0.00, 0.27. Web safe color of #296aba is #3366cc. Color #296aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101010 10111010
Octal 51 152 272
Decimal 41 106 186
Hex 29 6A BA

RGB Percentages of Color #296aba

%12.31
%31.83
%55.86

CMYK Percentages of Color #296aba

%78
%43
%0
%27

Triadic Colors of #296aba

#296aba #ba296a #6aba29

Analogous Colors of #296aba

#296aba #3129ba #29b3ba

Monochromatic Colors of #296aba

#296aba

Complementary Color

#296aba #ba7929

#296aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#296aba Color CSS Codes

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

#296aba Text Font Color

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

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


#296aba Background Color

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

This div background color is #296aba


#296aba Border Color

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

This div border color is #296aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296aba


Comments

No comments written yet.

Please login to write comment.