Color Hex Logo

#296aed Color Hex

#296AED
(41,106,237)
0 Favorites   0 Comments

Color spaces of #296aed

RGB 41106237
HSL0.610.840.55
HSV220°83°93°
CMYK 0.830.550.00   0.07
XYZ21.354516.893982.2561
Yxy16.89390.17720.1402
Hunter Lab41.102220.8102-89.8831
CIE-Lab48.126127.5573-71.5893

#296aed color RGB value is (41,106,237).

#296aed hex color red value is 41, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #296aed hue: 0.61 , saturation: 0.84 and the lightness value of 296aed is 0.55.

The process color (four color CMYK) of #296aed color hex is 0.83, 0.55, 0.00, 0.07. Web safe color of #296aed is #3366ff. Color #296aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101010 11101101
Octal 51 152 355
Decimal 41 106 237
Hex 29 6A ED

RGB Percentages of Color #296aed

%10.68
%27.60
%61.72

CMYK Percentages of Color #296aed

%83
%55
%0
%7

Triadic Colors of #296aed

#296aed #ed296a #6aed29

Analogous Colors of #296aed

#296aed #4a29ed #29cced

Monochromatic Colors of #296aed

#296aed

Complementary Color

#296aed #edac29

#296aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#296aed Color CSS Codes

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

#296aed Text Font Color

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

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


#296aed Background Color

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

This div background color is #296aed


#296aed Border Color

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

This div border color is #296aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296aed


Comments

No comments written yet.

Please login to write comment.