Color Hex Logo

#296dce Color Hex

#296DCE
(41,109,206)
0 Favorites   0 Comments

Color spaces of #296dce

RGB 41109206
HSL0.600.670.48
HSV215°80°81°
CMYK 0.800.470.00   0.19
XYZ17.523715.864960.5312
Yxy15.86490.18660.1689
Hunter Lab39.83088.8279-62.2220
CIE-Lab46.796713.9010-56.1807

#296dce color RGB value is (41,109,206).

#296dce hex color red value is 41, green value is 109 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #296dce hue: 0.60 , saturation: 0.67 and the lightness value of 296dce is 0.48.

The process color (four color CMYK) of #296dce color hex is 0.80, 0.47, 0.00, 0.19. Web safe color of #296dce is #3366cc. Color #296dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101101 11001110
Octal 51 155 316
Decimal 41 109 206
Hex 29 6D CE

RGB Percentages of Color #296dce

%11.52
%30.62
%57.87

CMYK Percentages of Color #296dce

%80
%47
%0
%19

Triadic Colors of #296dce

#296dce #ce296d #6dce29

Analogous Colors of #296dce

#296dce #3729ce #29c0ce

Monochromatic Colors of #296dce

#296dce

Complementary Color

#296dce #ce8a29

#296dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#296dce Color CSS Codes

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

#296dce Text Font Color

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

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


#296dce Background Color

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

This div background color is #296dce


#296dce Border Color

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

This div border color is #296dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296dce


Comments

No comments written yet.

Please login to write comment.