Color Hex Logo

#297add Color Hex

#297ADD
(41,122,221)
0 Favorites   0 Comments

Color spaces of #297add

RGB 41122221
HSL0.590.730.51
HSV213°81°87°
CMYK 0.810.450.00   0.13
XYZ20.925119.610971.0890
Yxy19.61090.18750.1757
Hunter Lab44.28426.8472-64.1787
CIE-Lab51.394411.4184-57.3073

#297add color RGB value is (41,122,221).

#297add hex color red value is 41, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #297add hue: 0.59 , saturation: 0.73 and the lightness value of 297add is 0.51.

The process color (four color CMYK) of #297add color hex is 0.81, 0.45, 0.00, 0.13. Web safe color of #297add is #3366cc. Color #297add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111010 11011101
Octal 51 172 335
Decimal 41 122 221
Hex 29 7A DD

RGB Percentages of Color #297add

%10.68
%31.77
%57.55

CMYK Percentages of Color #297add

%81
%45
%0
%13

Triadic Colors of #297add

#297add #dd297a #7add29

Analogous Colors of #297add

#297add #3229dd #29d4dd

Monochromatic Colors of #297add

#297add

Complementary Color

#297add #dd8c29

#297add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297add Color Preview on White Background

Lorem ipsum dolor sit amet.

#297add Color CSS Codes

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

#297add Text Font Color

<p style="color:#297add">Text here</p>

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


#297add Background Color

<div style="background-color:#297add">
Div content here</div>

This div background color is #297add


#297add Border Color

<div style="border:3px solid #297add">
Div here</div>

This div border color is #297add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,122,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #297add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #297add;
  -webkit-box-shadow: 1px 1px 3px 2px #297add;
  box-shadow:         1px 1px 3px 2px #297add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297add


Comments

No comments written yet.

Please login to write comment.