Color Hex Logo

#296fac Color Hex

#296FAC
(41,111,172)
0 Favorites   0 Comments

Color spaces of #296fac

RGB 41111172
HSL0.580.620.42
HSV208°76°67°
CMYK 0.760.350.00   0.33
XYZ14.045314.818941.1498
Yxy14.81890.20060.2117
Hunter Lab38.4953-2.2398-36.4317
CIE-Lab45.3851-0.2483-38.7627

#296fac color RGB value is (41,111,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101111 10101100
Octal 51 157 254
Decimal 41 111 172
Hex 29 6F AC

RGB Percentages of Color #296fac

%12.65
%34.26
%53.09

CMYK Percentages of Color #296fac

%76
%35
%0
%33

Triadic Colors of #296fac

#296fac #ac296f #6fac29

Analogous Colors of #296fac

#296fac #292eac #29aca8

Monochromatic Colors of #296fac

#296fac

Complementary Color

#296fac #ac6629

#296fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#296fac Color CSS Codes

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

#296fac Text Font Color

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

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


#296fac Background Color

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

This div background color is #296fac


#296fac Border Color

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

This div border color is #296fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296fac


Comments

No comments written yet.

Please login to write comment.