Color Hex Logo

#296fdc Color Hex

#296FDC
(41,111,220)
0 Favorites   0 Comments

Color spaces of #296fdc

RGB 41111220
HSL0.600.720.51
HSV217°81°86°
CMYK 0.810.500.00   0.14
XYZ19.517217.007669.9643
Yxy17.00760.18330.1597
Hunter Lab41.240312.3057-71.7176
CIE-Lab48.269617.9584-61.7750

#296fdc color RGB value is (41,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101111 11011100
Octal 51 157 334
Decimal 41 111 220
Hex 29 6F DC

RGB Percentages of Color #296fdc

%11.02
%29.84
%59.14

CMYK Percentages of Color #296fdc

%81
%50
%0
%14

Triadic Colors of #296fdc

#296fdc #dc296f #6fdc29

Analogous Colors of #296fdc

#296fdc #3d29dc #29c9dc

Monochromatic Colors of #296fdc

#296fdc

Complementary Color

#296fdc #dc9629

#296fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#296fdc Color CSS Codes

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

#296fdc Text Font Color

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

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


#296fdc Background Color

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

This div background color is #296fdc


#296fdc Border Color

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

This div border color is #296fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296fdc


Comments

No comments written yet.

Please login to write comment.