Color Hex Logo

#296aad Color Hex

#296AAD
(41,106,173)
0 Favorites   0 Comments

Color spaces of #296aad

RGB 41106173
HSL0.580.620.42
HSV210°76°68°
CMYK 0.760.390.00   0.32
XYZ13.611313.796641.4808
Yxy13.79660.19760.2003
Hunter Lab37.14380.4095-40.2122
CIE-Lab43.93983.2303-41.6414

#296aad color RGB value is (41,106,173).

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

The process color (four color CMYK) of #296aad color hex is 0.76, 0.39, 0.00, 0.32. Web safe color of #296aad is #336699. Color #296aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101010 10101101
Octal 51 152 255
Decimal 41 106 173
Hex 29 6A AD

RGB Percentages of Color #296aad

%12.81
%33.13
%54.06

CMYK Percentages of Color #296aad

%76
%39
%0
%32

Triadic Colors of #296aad

#296aad #ad296a #6aad29

Analogous Colors of #296aad

#296aad #2a29ad #29acad

Monochromatic Colors of #296aad

#296aad

Complementary Color

#296aad #ad6c29

#296aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#296aad Color CSS Codes

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

#296aad Text Font Color

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

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


#296aad Background Color

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

This div background color is #296aad


#296aad Border Color

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

This div border color is #296aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296aad


Comments

No comments written yet.

Please login to write comment.