Color Hex Logo

#296ecb Color Hex

#296ECB
(41,110,203)
0 Favorites   0 Comments

Color spaces of #296ecb

RGB 41110203
HSL0.600.660.48
HSV214°80°80°
CMYK 0.800.460.00   0.20
XYZ17.269915.935158.6655
Yxy15.93510.18800.1735
Hunter Lab39.91887.3658-59.1907
CIE-Lab46.889212.1218-54.3140

#296ecb color RGB value is (41,110,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101110 11001011
Octal 51 156 313
Decimal 41 110 203
Hex 29 6E CB

RGB Percentages of Color #296ecb

%11.58
%31.07
%57.34

CMYK Percentages of Color #296ecb

%80
%46
%0
%20

Triadic Colors of #296ecb

#296ecb #cb296e #6ecb29

Analogous Colors of #296ecb

#296ecb #3529cb #29bfcb

Monochromatic Colors of #296ecb

#296ecb

Complementary Color

#296ecb #cb8629

#296ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#296ecb Color CSS Codes

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

#296ecb Text Font Color

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

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


#296ecb Background Color

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

This div background color is #296ecb


#296ecb Border Color

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

This div border color is #296ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296ecb


Comments

No comments written yet.

Please login to write comment.