Color Hex Logo

#297cae Color Hex

#297CAE
(41,124,174)
0 Favorites   0 Comments

Color spaces of #297cae

RGB 41124174
HSL0.560.620.42
HSV203°76°68°
CMYK 0.760.290.00   0.32
XYZ15.762117.942742.6769
Yxy17.94270.20640.2349
Hunter Lab42.3588-7.7065-30.0840
CIE-Lab49.4265-7.3089-33.5619

#297cae color RGB value is (41,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111100 10101110
Octal 51 174 256
Decimal 41 124 174
Hex 29 7C AE

RGB Percentages of Color #297cae

%12.09
%36.58
%51.33

CMYK Percentages of Color #297cae

%76
%29
%0
%32

Triadic Colors of #297cae

#297cae #ae297c #7cae29

Analogous Colors of #297cae

#297cae #293aae #29ae9e

Monochromatic Colors of #297cae

#297cae

Complementary Color

#297cae #ae5b29

#297cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#297cae Color CSS Codes

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

#297cae Text Font Color

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

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


#297cae Background Color

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

This div background color is #297cae


#297cae Border Color

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

This div border color is #297cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297cae


Comments

No comments written yet.

Please login to write comment.