Color Hex Logo

#296dda Color Hex

#296DDA
(41,109,218)
0 Favorites   0 Comments

Color spaces of #296dda

RGB 41109218
HSL0.600.710.51
HSV217°81°85°
CMYK 0.810.500.00   0.15
XYZ19.038016.470768.5054
Yxy16.47070.18300.1584
Hunter Lab40.584112.7121-71.6718
CIE-Lab47.586118.4704-61.7455

#296dda color RGB value is (41,109,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101101 11011010
Octal 51 155 332
Decimal 41 109 218
Hex 29 6D DA

RGB Percentages of Color #296dda

%11.14
%29.62
%59.24

CMYK Percentages of Color #296dda

%81
%50
%0
%15

Triadic Colors of #296dda

#296dda #da296d #6dda29

Analogous Colors of #296dda

#296dda #3d29da #29c6da

Monochromatic Colors of #296dda

#296dda

Complementary Color

#296dda #da9629

#296dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#296dda Color CSS Codes

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

#296dda Text Font Color

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

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


#296dda Background Color

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

This div background color is #296dda


#296dda Border Color

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

This div border color is #296dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296dda


Comments

No comments written yet.

Please login to write comment.