Color Hex Logo

#296fad Color Hex

#296FAD
(41,111,173)
0 Favorites   0 Comments

Color spaces of #296fad

RGB 41111173
HSL0.580.620.42
HSV208°76°68°
CMYK 0.760.360.00   0.32
XYZ14.141714.857441.6576
Yxy14.85740.20010.2103
Hunter Lab38.5453-1.9653-37.0956
CIE-Lab45.43830.1261-39.2635

#296fad color RGB value is (41,111,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101111 10101101
Octal 51 157 255
Decimal 41 111 173
Hex 29 6F AD

RGB Percentages of Color #296fad

%12.62
%34.15
%53.23

CMYK Percentages of Color #296fad

%76
%36
%0
%32

Triadic Colors of #296fad

#296fad #ad296f #6fad29

Analogous Colors of #296fad

#296fad #292dad #29ada9

Monochromatic Colors of #296fad

#296fad

Complementary Color

#296fad #ad6729

#296fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#296fad Color CSS Codes

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

#296fad Text Font Color

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

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


#296fad Background Color

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

This div background color is #296fad


#296fad Border Color

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

This div border color is #296fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296fad


Comments

No comments written yet.

Please login to write comment.