Color Hex Logo

#297eab Color Hex

#297EAB
(41,126,171)
0 Favorites   0 Comments

Color spaces of #297eab

RGB 41126171
HSL0.560.610.42
HSV201°76°67°
CMYK 0.760.260.00   0.33
XYZ15.726018.333441.2379
Yxy18.33340.20890.2435
Hunter Lab42.8175-9.3713-27.1304
CIE-Lab49.8980-9.5510-31.0851

#297eab color RGB value is (41,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111110 10101011
Octal 51 176 253
Decimal 41 126 171
Hex 29 7E AB

RGB Percentages of Color #297eab

%12.13
%37.28
%50.59

CMYK Percentages of Color #297eab

%76
%26
%0
%33

Triadic Colors of #297eab

#297eab #ab297e #7eab29

Analogous Colors of #297eab

#297eab #293dab #29ab97

Monochromatic Colors of #297eab

#297eab

Complementary Color

#297eab #ab5629

#297eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#297eab Color CSS Codes

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

#297eab Text Font Color

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

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


#297eab Background Color

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

This div background color is #297eab


#297eab Border Color

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

This div border color is #297eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297eab


Comments

No comments written yet.

Please login to write comment.