Color Hex Logo

#297465 Color Hex

#297465
(41,116,101)
0 Favorites   0 Comments

Color spaces of #297465

RGB 41116101
HSL0.470.480.31
HSV168°65°45°
CMYK 0.650.000.13   0.55
XYZ9.508813.901814.4941
Yxy13.90180.25090.3668
Hunter Lab37.2851-19.72623.0514
CIE-Lab44.0918-26.90341.4874

#297465 color RGB value is (41,116,101).

#297465 hex color red value is 41, green value is 116 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #297465 hue: 0.47 , saturation: 0.48 and the lightness value of 297465 is 0.31.

The process color (four color CMYK) of #297465 color hex is 0.65, 0.00, 0.13, 0.55. Web safe color of #297465 is #336666. Color #297465 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110100 01100101
Octal 51 164 145
Decimal 41 116 101
Hex 29 74 65

RGB Percentages of Color #297465

%15.89
%44.96
%39.15

CMYK Percentages of Color #297465

%65
%0
%13
%55

Triadic Colors of #297465

#297465 #652974 #746529

Analogous Colors of #297465

#297465 #295e74 #297440

Monochromatic Colors of #297465

#297465

Complementary Color

#297465 #742938

#297465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297465 Color CSS Codes

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

#297465 Text Font Color

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

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


#297465 Background Color

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

This div background color is #297465


#297465 Border Color

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

This div border color is #297465


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,116,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #297465; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #297465;
  -webkit-box-shadow: 1px 1px 3px 2px #297465;
  box-shadow:         1px 1px 3px 2px #297465; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297465


Comments

No comments written yet.

Please login to write comment.