Color Hex Logo

#297aba Color Hex

#297ABA
(41,122,186)
0 Favorites   0 Comments

Color spaces of #297aba

RGB 41122186
HSL0.570.640.45
HSV206°78°73°
CMYK 0.780.340.00   0.27
XYZ16.736917.935749.0342
Yxy17.93570.19990.2143
Hunter Lab42.3506-3.5705-39.0016
CIE-Lab49.4180-1.7221-40.5106

#297aba color RGB value is (41,122,186).

#297aba hex color red value is 41, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #297aba hue: 0.57 , saturation: 0.64 and the lightness value of 297aba is 0.45.

The process color (four color CMYK) of #297aba color hex is 0.78, 0.34, 0.00, 0.27. Web safe color of #297aba is #3366cc. Color #297aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111010 10111010
Octal 51 172 272
Decimal 41 122 186
Hex 29 7A BA

RGB Percentages of Color #297aba

%11.75
%34.96
%53.30

CMYK Percentages of Color #297aba

%78
%34
%0
%27

Triadic Colors of #297aba

#297aba #ba297a #7aba29

Analogous Colors of #297aba

#297aba #2932ba #29bab2

Monochromatic Colors of #297aba

#297aba

Complementary Color

#297aba #ba6929

#297aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#297aba Color CSS Codes

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

#297aba Text Font Color

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

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


#297aba Background Color

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

This div background color is #297aba


#297aba Border Color

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

This div border color is #297aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297aba


Comments

No comments written yet.

Please login to write comment.