Color Hex Logo

#297aae Color Hex

#297AAE
(41,122,174)
0 Favorites   0 Comments

Color spaces of #297aae

RGB 41122174
HSL0.570.620.42
HSV203°76°68°
CMYK 0.760.300.00   0.32
XYZ15.514017.446542.5942
Yxy17.44650.20530.2309
Hunter Lab41.7690-6.7966-31.2230
CIE-Lab48.8178-6.1338-34.5169

#297aae color RGB value is (41,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111010 10101110
Octal 51 172 256
Decimal 41 122 174
Hex 29 7A AE

RGB Percentages of Color #297aae

%12.17
%36.20
%51.63

CMYK Percentages of Color #297aae

%76
%30
%0
%32

Triadic Colors of #297aae

#297aae #ae297a #7aae29

Analogous Colors of #297aae

#297aae #2938ae #29aea0

Monochromatic Colors of #297aae

#297aae

Complementary Color

#297aae #ae5d29

#297aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#297aae Color CSS Codes

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

#297aae Text Font Color

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

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


#297aae Background Color

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

This div background color is #297aae


#297aae Border Color

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

This div border color is #297aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297aae


Comments

No comments written yet.

Please login to write comment.