Color Hex Logo

#297d6a Color Hex

#297D6A
(41,125,106)
0 Favorites   0 Comments

Color spaces of #297d6a

RGB 41125106
HSL0.460.510.33
HSV166°67°49°
CMYK 0.670.000.15   0.51
XYZ10.849616.179316.1867
Yxy16.17930.25110.3744
Hunter Lab40.2235-22.24384.2970
CIE-Lab47.2089-29.90543.0320

#297d6a color RGB value is (41,125,106).

#297d6a hex color red value is 41, green value is 125 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #297d6a hue: 0.46 , saturation: 0.51 and the lightness value of 297d6a is 0.33.

The process color (four color CMYK) of #297d6a color hex is 0.67, 0.00, 0.15, 0.51. Web safe color of #297d6a is #336666. Color #297d6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111101 01101010
Octal 51 175 152
Decimal 41 125 106
Hex 29 7D 6A

RGB Percentages of Color #297d6a

%15.07
%45.96
%38.97

CMYK Percentages of Color #297d6a

%67
%0
%15
%51

Triadic Colors of #297d6a

#297d6a #6a297d #7d6a29

Analogous Colors of #297d6a

#297d6a #29667d #297d40

Monochromatic Colors of #297d6a

#297d6a

Complementary Color

#297d6a #7d293c

#297d6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297d6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#297d6a Color CSS Codes

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

#297d6a Text Font Color

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

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


#297d6a Background Color

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

This div background color is #297d6a


#297d6a Border Color

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

This div border color is #297d6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297d6a


Comments

No comments written yet.

Please login to write comment.