Color Hex Logo

#297fad Color Hex

#297FAD
(41,127,173)
0 Favorites   0 Comments

Color spaces of #297fad

RGB 41127173
HSL0.560.620.42
HSV201°76°68°
CMYK 0.760.270.00   0.32
XYZ16.046618.667342.2926
Yxy18.66730.20840.2424
Hunter Lab43.2057-9.3150-27.7930
CIE-Lab50.2957-9.4122-31.6227

#297fad color RGB value is (41,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111111 10101101
Octal 51 177 255
Decimal 41 127 173
Hex 29 7F AD

RGB Percentages of Color #297fad

%12.02
%37.24
%50.73

CMYK Percentages of Color #297fad

%76
%27
%0
%32

Triadic Colors of #297fad

#297fad #ad297f #7fad29

Analogous Colors of #297fad

#297fad #293dad #29ad99

Monochromatic Colors of #297fad

#297fad

Complementary Color

#297fad #ad5729

#297fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#297fad Color CSS Codes

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

#297fad Text Font Color

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

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


#297fad Background Color

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

This div background color is #297fad


#297fad Border Color

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

This div border color is #297fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297fad


Comments

No comments written yet.

Please login to write comment.