Color Hex Logo

#296abe Color Hex

#296ABE
(41,106,190)
0 Favorites   0 Comments

Color spaces of #296abe

RGB 41106190
HSL0.590.650.45
HSV214°78°75°
CMYK 0.780.440.00   0.25
XYZ15.362714.497250.7037
Yxy14.49720.19070.1799
Hunter Lab38.07525.3902-52.3023
CIE-Lab44.93779.6994-49.9558

#296abe color RGB value is (41,106,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101010 10111110
Octal 51 152 276
Decimal 41 106 190
Hex 29 6A BE

RGB Percentages of Color #296abe

%12.17
%31.45
%56.38

CMYK Percentages of Color #296abe

%78
%44
%0
%25

Triadic Colors of #296abe

#296abe #be296a #6abe29

Analogous Colors of #296abe

#296abe #3229be #29b5be

Monochromatic Colors of #296abe

#296abe

Complementary Color

#296abe #be7d29

#296abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#296abe Color CSS Codes

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

#296abe Text Font Color

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

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


#296abe Background Color

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

This div background color is #296abe


#296abe Border Color

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

This div border color is #296abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296abe


Comments

No comments written yet.

Please login to write comment.