Color Hex Logo

#296ca8 Color Hex

#296CA8
(41,108,168)
0 Favorites   0 Comments

Color spaces of #296ca8

RGB 41108168
HSL0.580.610.41
HSV208°76°66°
CMYK 0.760.360.00   0.34
XYZ13.344914.023739.0493
Yxy14.02370.20090.2111
Hunter Lab37.4482-1.9249-35.6111
CIE-Lab44.26690.1026-38.1873

#296ca8 color RGB value is (41,108,168).

#296ca8 hex color red value is 41, green value is 108 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #296ca8 hue: 0.58 , saturation: 0.61 and the lightness value of 296ca8 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101100 10101000
Octal 51 154 250
Decimal 41 108 168
Hex 29 6C A8

RGB Percentages of Color #296ca8

%12.93
%34.07
%53.00

CMYK Percentages of Color #296ca8

%76
%36
%0
%34

Triadic Colors of #296ca8

#296ca8 #a8296c #6ca829

Analogous Colors of #296ca8

#296ca8 #292da8 #29a8a5

Monochromatic Colors of #296ca8

#296ca8

Complementary Color

#296ca8 #a86529

#296ca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296ca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#296ca8 Color CSS Codes

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

#296ca8 Text Font Color

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

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


#296ca8 Background Color

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

This div background color is #296ca8


#296ca8 Border Color

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

This div border color is #296ca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296ca8


Comments

No comments written yet.

Please login to write comment.