Color Hex Logo

#297eaf Color Hex

#297EAF
(41,126,175)
0 Favorites   0 Comments

Color spaces of #297eaf

RGB 41126175
HSL0.560.620.42
HSV202°77°69°
CMYK 0.770.280.00   0.31
XYZ16.113218.488343.2768
Yxy18.48830.20690.2374
Hunter Lab42.9980-8.3549-29.5758
CIE-Lab50.0831-8.1141-33.1125

#297eaf color RGB value is (41,126,175).

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

The process color (four color CMYK) of #297eaf color hex is 0.77, 0.28, 0.00, 0.31. Web safe color of #297eaf is #336699. Color #297eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111110 10101111
Octal 51 176 257
Decimal 41 126 175
Hex 29 7E AF

RGB Percentages of Color #297eaf

%11.99
%36.84
%51.17

CMYK Percentages of Color #297eaf

%77
%28
%0
%31

Triadic Colors of #297eaf

#297eaf #af297e #7eaf29

Analogous Colors of #297eaf

#297eaf #293baf #29af9d

Monochromatic Colors of #297eaf

#297eaf

Complementary Color

#297eaf #af5a29

#297eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#297eaf Color CSS Codes

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

#297eaf Text Font Color

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

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


#297eaf Background Color

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

This div background color is #297eaf


#297eaf Border Color

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

This div border color is #297eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297eaf


Comments

No comments written yet.

Please login to write comment.