Color Hex Logo

#296abd Color Hex

#296ABD
(41,106,189)
0 Favorites   0 Comments

Color spaces of #296abd

RGB 41106189
HSL0.590.640.45
HSV214°78°74°
CMYK 0.780.440.00   0.26
XYZ15.253814.453650.1300
Yxy14.45360.19110.1810
Hunter Lab38.01795.0877-51.5667
CIE-Lab44.87659.3179-49.4743

#296abd color RGB value is (41,106,189).

#296abd hex color red value is 41, green value is 106 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #296abd hue: 0.59 , saturation: 0.64 and the lightness value of 296abd is 0.45.

The process color (four color CMYK) of #296abd color hex is 0.78, 0.44, 0.00, 0.26. Web safe color of #296abd is #3366cc. Color #296abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101010 10111101
Octal 51 152 275
Decimal 41 106 189
Hex 29 6A BD

RGB Percentages of Color #296abd

%12.20
%31.55
%56.25

CMYK Percentages of Color #296abd

%78
%44
%0
%26

Triadic Colors of #296abd

#296abd #bd296a #6abd29

Analogous Colors of #296abd

#296abd #3229bd #29b4bd

Monochromatic Colors of #296abd

#296abd

Complementary Color

#296abd #bd7c29

#296abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#296abd Color CSS Codes

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

#296abd Text Font Color

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

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


#296abd Background Color

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

This div background color is #296abd


#296abd Border Color

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

This div border color is #296abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296abd


Comments

No comments written yet.

Please login to write comment.