Color Hex Logo

#297aad Color Hex

#297AAD
(41,122,173)
0 Favorites   0 Comments

Color spaces of #297aad

RGB 41122173
HSL0.560.620.42
HSV203°76°68°
CMYK 0.760.290.00   0.32
XYZ15.416817.407642.0826
Yxy17.40760.20580.2324
Hunter Lab41.7224-7.0569-30.5962
CIE-Lab48.7696-6.4979-34.0120

#297aad color RGB value is (41,122,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111010 10101101
Octal 51 172 255
Decimal 41 122 173
Hex 29 7A AD

RGB Percentages of Color #297aad

%12.20
%36.31
%51.49

CMYK Percentages of Color #297aad

%76
%29
%0
%32

Triadic Colors of #297aad

#297aad #ad297a #7aad29

Analogous Colors of #297aad

#297aad #2938ad #29ad9e

Monochromatic Colors of #297aad

#297aad

Complementary Color

#297aad #ad5c29

#297aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#297aad Color CSS Codes

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

#297aad Text Font Color

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

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


#297aad Background Color

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

This div background color is #297aad


#297aad Border Color

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

This div border color is #297aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,122,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 #297aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297aad


Comments

No comments written yet.

Please login to write comment.