Color Hex Logo

#297cad Color Hex

#297CAD
(41,124,173)
0 Favorites   0 Comments

Color spaces of #297cad

RGB 41124173
HSL0.560.620.42
HSV202°76°68°
CMYK 0.760.280.00   0.32
XYZ15.664917.903942.1653
Yxy17.90390.20680.2364
Hunter Lab42.3130-7.9644-29.4639
CIE-Lab49.3793-7.6713-33.0560

#297cad color RGB value is (41,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111100 10101101
Octal 51 174 255
Decimal 41 124 173
Hex 29 7C AD

RGB Percentages of Color #297cad

%12.13
%36.69
%51.18

CMYK Percentages of Color #297cad

%76
%28
%0
%32

Triadic Colors of #297cad

#297cad #ad297c #7cad29

Analogous Colors of #297cad

#297cad #293aad #29ad9c

Monochromatic Colors of #297cad

#297cad

Complementary Color

#297cad #ad5a29

#297cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#297cad Color CSS Codes

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

#297cad Text Font Color

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

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


#297cad Background Color

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

This div background color is #297cad


#297cad Border Color

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

This div border color is #297cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297cad


Comments

No comments written yet.

Please login to write comment.