Color Hex Logo

#296bce Color Hex

#296BCE
(41,107,206)
0 Favorites   0 Comments

Color spaces of #296bce

RGB 41107206
HSL0.600.670.48
HSV216°80°81°
CMYK 0.800.480.00   0.19
XYZ17.312715.443060.4608
Yxy15.44300.18570.1657
Hunter Lab39.29769.8681-63.7116
CIE-Lab46.235115.1751-57.0853

#296bce color RGB value is (41,107,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101011 11001110
Octal 51 153 316
Decimal 41 107 206
Hex 29 6B CE

RGB Percentages of Color #296bce

%11.58
%30.23
%58.19

CMYK Percentages of Color #296bce

%80
%48
%0
%19

Triadic Colors of #296bce

#296bce #ce296b #6bce29

Analogous Colors of #296bce

#296bce #3929ce #29bece

Monochromatic Colors of #296bce

#296bce

Complementary Color

#296bce #ce8c29

#296bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#296bce Color CSS Codes

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

#296bce Text Font Color

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

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


#296bce Background Color

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

This div background color is #296bce


#296bce Border Color

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

This div border color is #296bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296bce


Comments

No comments written yet.

Please login to write comment.