Color Hex Logo

#298677 Color Hex

#298677
(41,134,119)
0 Favorites   0 Comments

Color spaces of #298677

RGB 41134119
HSL0.470.530.34
HSV170°69°53°
CMYK 0.690.000.11   0.47
XYZ12.769318.853520.4188
Yxy18.85350.24540.3623
Hunter Lab43.4206-23.49212.5130
CIE-Lab50.5154-30.62190.2042

#298677 color RGB value is (41,134,119).

#298677 hex color red value is 41, green value is 134 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #298677 hue: 0.47 , saturation: 0.53 and the lightness value of 298677 is 0.34.

The process color (four color CMYK) of #298677 color hex is 0.69, 0.00, 0.11, 0.47. Web safe color of #298677 is #339966. Color #298677 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000110 01110111
Octal 51 206 167
Decimal 41 134 119
Hex 29 86 77

RGB Percentages of Color #298677

%13.95
%45.58
%40.48

CMYK Percentages of Color #298677

%69
%0
%11
%47

Triadic Colors of #298677

#298677 #772986 #867729

Analogous Colors of #298677

#298677 #296786 #298649

Monochromatic Colors of #298677

#298677

Complementary Color

#298677 #862938

#298677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298677 Color CSS Codes

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

#298677 Text Font Color

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

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


#298677 Background Color

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

This div background color is #298677


#298677 Border Color

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

This div border color is #298677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298677


Comments

No comments written yet.

Please login to write comment.