Color Hex Logo

#296bdc Color Hex

#296BDC
(41,107,220)
0 Favorites   0 Comments

Color spaces of #296bdc

RGB 41107220
HSL0.610.720.51
HSV218°81°86°
CMYK 0.810.510.00   0.14
XYZ19.090416.154169.8220
Yxy16.15410.18170.1538
Hunter Lab40.192214.4473-74.8643
CIE-Lab47.176020.5061-63.5434

#296bdc color RGB value is (41,107,220).

#296bdc hex color red value is 41, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #296bdc hue: 0.61 , saturation: 0.72 and the lightness value of 296bdc is 0.51.

The process color (four color CMYK) of #296bdc color hex is 0.81, 0.51, 0.00, 0.14. Web safe color of #296bdc is #3366cc. Color #296bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101011 11011100
Octal 51 153 334
Decimal 41 107 220
Hex 29 6B DC

RGB Percentages of Color #296bdc

%11.14
%29.08
%59.78

CMYK Percentages of Color #296bdc

%81
%51
%0
%14

Triadic Colors of #296bdc

#296bdc #dc296b #6bdc29

Analogous Colors of #296bdc

#296bdc #4129dc #29c5dc

Monochromatic Colors of #296bdc

#296bdc

Complementary Color

#296bdc #dc9a29

#296bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#296bdc Color CSS Codes

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

#296bdc Text Font Color

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

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


#296bdc Background Color

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

This div background color is #296bdc


#296bdc Border Color

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

This div border color is #296bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296bdc


Comments

No comments written yet.

Please login to write comment.