Color Hex Logo

#297daf Color Hex

#297DAF
(41,125,175)
0 Favorites   0 Comments

Color spaces of #297daf

RGB 41125175
HSL0.560.620.42
HSV202°77°69°
CMYK 0.770.290.00   0.31
XYZ15.985918.233843.2344
Yxy18.23380.20640.2354
Hunter Lab42.7011-7.9022-30.1398
CIE-Lab49.7785-7.5318-33.5897

#297daf color RGB value is (41,125,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111101 10101111
Octal 51 175 257
Decimal 41 125 175
Hex 29 7D AF

RGB Percentages of Color #297daf

%12.02
%36.66
%51.32

CMYK Percentages of Color #297daf

%77
%29
%0
%31

Triadic Colors of #297daf

#297daf #af297d #7daf29

Analogous Colors of #297daf

#297daf #293aaf #29af9e

Monochromatic Colors of #297daf

#297daf

Complementary Color

#297daf #af5b29

#297daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#297daf Color CSS Codes

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

#297daf Text Font Color

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

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


#297daf Background Color

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

This div background color is #297daf


#297daf Border Color

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

This div border color is #297daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297daf


Comments

No comments written yet.

Please login to write comment.