Color Hex Logo

#297bad Color Hex

#297BAD
(41,123,173)
0 Favorites   0 Comments

Color spaces of #297bad

RGB 41123173
HSL0.560.620.42
HSV203°76°68°
CMYK 0.760.290.00   0.32
XYZ15.540217.654542.1238
Yxy17.65450.20630.2344
Hunter Lab42.0173-7.5115-30.0283
CIE-Lab49.0743-7.0860-33.5340

#297bad color RGB value is (41,123,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111011 10101101
Octal 51 173 255
Decimal 41 123 173
Hex 29 7B AD

RGB Percentages of Color #297bad

%12.17
%36.50
%51.34

CMYK Percentages of Color #297bad

%76
%29
%0
%32

Triadic Colors of #297bad

#297bad #ad297b #7bad29

Analogous Colors of #297bad

#297bad #2939ad #29ad9d

Monochromatic Colors of #297bad

#297bad

Complementary Color

#297bad #ad5b29

#297bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#297bad Color CSS Codes

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

#297bad Text Font Color

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

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


#297bad Background Color

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

This div background color is #297bad


#297bad Border Color

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

This div border color is #297bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297bad


Comments

No comments written yet.

Please login to write comment.