Color Hex Logo

#297fab Color Hex

#297FAB
(41,127,171)
0 Favorites   0 Comments

Color spaces of #297fab

RGB 41127171
HSL0.560.610.42
HSV200°76°67°
CMYK 0.760.260.00   0.33
XYZ15.854518.590441.2808
Yxy18.59040.20940.2455
Hunter Lab43.1166-9.8174-26.5840
CIE-Lab50.2045-10.1265-30.6068

#297fab color RGB value is (41,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111111 10101011
Octal 51 177 253
Decimal 41 127 171
Hex 29 7F AB

RGB Percentages of Color #297fab

%12.09
%37.46
%50.44

CMYK Percentages of Color #297fab

%76
%26
%0
%33

Triadic Colors of #297fab

#297fab #ab297f #7fab29

Analogous Colors of #297fab

#297fab #293eab #29ab96

Monochromatic Colors of #297fab

#297fab

Complementary Color

#297fab #ab5529

#297fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#297fab Color CSS Codes

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

#297fab Text Font Color

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

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


#297fab Background Color

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

This div background color is #297fab


#297fab Border Color

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

This div border color is #297fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297fab


Comments

No comments written yet.

Please login to write comment.