Color Hex Logo

#296daf Color Hex

#296DAF
(41,109,175)
0 Favorites   0 Comments

Color spaces of #296daf

RGB 41109175
HSL0.580.620.42
HSV210°77°69°
CMYK 0.770.380.00   0.31
XYZ14.121014.503842.6127
Yxy14.50380.19820.2036
Hunter Lab38.0839-0.4613-39.6819
CIE-Lab44.94692.1146-41.2119

#296daf color RGB value is (41,109,175).

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

The process color (four color CMYK) of #296daf color hex is 0.77, 0.38, 0.00, 0.31. Web safe color of #296daf is #336699. Color #296daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101101 10101111
Octal 51 155 257
Decimal 41 109 175
Hex 29 6D AF

RGB Percentages of Color #296daf

%12.62
%33.54
%53.85

CMYK Percentages of Color #296daf

%77
%38
%0
%31

Triadic Colors of #296daf

#296daf #af296d #6daf29

Analogous Colors of #296daf

#296daf #292aaf #29afae

Monochromatic Colors of #296daf

#296daf

Complementary Color

#296daf #af6b29

#296daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#296daf Color CSS Codes

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

#296daf Text Font Color

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

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


#296daf Background Color

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

This div background color is #296daf


#296daf Border Color

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

This div border color is #296daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296daf


Comments

No comments written yet.

Please login to write comment.