Color Hex Logo

#297bae Color Hex

#297BAE
(41,123,174)
0 Favorites   0 Comments

Color spaces of #297bae

RGB 41123174
HSL0.560.620.42
HSV203°76°68°
CMYK 0.760.290.00   0.32
XYZ15.637417.693342.6354
Yxy17.69330.20580.2329
Hunter Lab42.0634-7.2522-30.6519
CIE-Lab49.1220-6.7225-34.0395

#297bae color RGB value is (41,123,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111011 10101110
Octal 51 173 256
Decimal 41 123 174
Hex 29 7B AE

RGB Percentages of Color #297bae

%12.13
%36.39
%51.48

CMYK Percentages of Color #297bae

%76
%29
%0
%32

Triadic Colors of #297bae

#297bae #ae297b #7bae29

Analogous Colors of #297bae

#297bae #2939ae #29ae9f

Monochromatic Colors of #297bae

#297bae

Complementary Color

#297bae #ae5c29

#297bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#297bae Color CSS Codes

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

#297bae Text Font Color

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

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


#297bae Background Color

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

This div background color is #297bae


#297bae Border Color

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

This div border color is #297bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297bae


Comments

No comments written yet.

Please login to write comment.