Color Hex Logo

#297dac Color Hex

#297DAC
(41,125,172)
0 Favorites   0 Comments

Color spaces of #297dac

RGB 41125172
HSL0.560.620.42
HSV202°76°67°
CMYK 0.760.270.00   0.33
XYZ15.694518.117241.6995
Yxy18.11720.20780.2399
Hunter Lab42.5643-8.6702-28.2904
CIE-Lab49.6380-8.6134-32.0713

#297dac color RGB value is (41,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111101 10101100
Octal 51 175 254
Decimal 41 125 172
Hex 29 7D AC

RGB Percentages of Color #297dac

%12.13
%36.98
%50.89

CMYK Percentages of Color #297dac

%76
%27
%0
%33

Triadic Colors of #297dac

#297dac #ac297d #7dac29

Analogous Colors of #297dac

#297dac #293cac #29ac9a

Monochromatic Colors of #297dac

#297dac

Complementary Color

#297dac #ac5829

#297dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#297dac Color CSS Codes

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

#297dac Text Font Color

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

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


#297dac Background Color

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

This div background color is #297dac


#297dac Border Color

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

This div border color is #297dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297dac


Comments

No comments written yet.

Please login to write comment.