Color Hex Logo

#298179 Color Hex

#298179
(41,129,121)
0 Favorites   0 Comments

Color spaces of #298179

RGB 41129121
HSL0.480.520.33
HSV175°68°51°
CMYK 0.680.000.06   0.49
XYZ12.215917.552420.8333
Yxy17.55240.24140.3469
Hunter Lab41.8956-21.2703-0.1561
CIE-Lab48.9487-27.6230-3.2665

#298179 color RGB value is (41,129,121).

#298179 hex color red value is 41, green value is 129 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #298179 hue: 0.48 , saturation: 0.52 and the lightness value of 298179 is 0.33.

The process color (four color CMYK) of #298179 color hex is 0.68, 0.00, 0.06, 0.49. Web safe color of #298179 is #339966. Color #298179 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000001 01111001
Octal 51 201 171
Decimal 41 129 121
Hex 29 81 79

RGB Percentages of Color #298179

%14.09
%44.33
%41.58

CMYK Percentages of Color #298179

%68
%0
%6
%49

Triadic Colors of #298179

#298179 #792981 #817929

Analogous Colors of #298179

#298179 #295d81 #29814d

Monochromatic Colors of #298179

#298179

Complementary Color

#298179 #812931

#298179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298179 Color CSS Codes

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

#298179 Text Font Color

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

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


#298179 Background Color

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

This div background color is #298179


#298179 Border Color

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

This div border color is #298179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298179


Comments

No comments written yet.

Please login to write comment.