Color Hex Logo

#297caa Color Hex

#297CAA
(41,124,170)
0 Favorites   0 Comments

Color spaces of #297caa

RGB 41124170
HSL0.560.610.41
HSV201°76°67°
CMYK 0.760.270.00   0.33
XYZ15.377817.789040.6533
Yxy17.78900.20830.2410
Hunter Lab42.1770-8.7284-27.6242
CIE-Lab49.2392-8.7522-31.5339

#297caa color RGB value is (41,124,170).

#297caa hex color red value is 41, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #297caa hue: 0.56 , saturation: 0.61 and the lightness value of 297caa is 0.41.

The process color (four color CMYK) of #297caa color hex is 0.76, 0.27, 0.00, 0.33. Web safe color of #297caa is #336699. Color #297caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111100 10101010
Octal 51 174 252
Decimal 41 124 170
Hex 29 7C AA

RGB Percentages of Color #297caa

%12.24
%37.01
%50.75

CMYK Percentages of Color #297caa

%76
%27
%0
%33

Triadic Colors of #297caa

#297caa #aa297c #7caa29

Analogous Colors of #297caa

#297caa #293baa #29aa98

Monochromatic Colors of #297caa

#297caa

Complementary Color

#297caa #aa5729

#297caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#297caa Color CSS Codes

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

#297caa Text Font Color

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

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


#297caa Background Color

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

This div background color is #297caa


#297caa Border Color

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

This div border color is #297caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297caa


Comments

No comments written yet.

Please login to write comment.