Color Hex Logo

#298180 Color Hex

#298180
(41,129,128)
0 Favorites   0 Comments

Color spaces of #298180

RGB 41129128
HSL0.500.520.33
HSV179°68°51°
CMYK 0.680.000.01   0.49
XYZ12.661017.730423.1771
Yxy17.73040.23640.3310
Hunter Lab42.1075-20.0162-3.1596
CIE-Lab49.1675-25.5380-7.0584

#298180 color RGB value is (41,129,128).

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

The process color (four color CMYK) of #298180 color hex is 0.68, 0.00, 0.01, 0.49. Web safe color of #298180 is #339999. Color #298180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000001 10000000
Octal 51 201 200
Decimal 41 129 128
Hex 29 81 80

RGB Percentages of Color #298180

%13.76
%43.29
%42.95

CMYK Percentages of Color #298180

%68
%0
%1
%49

Triadic Colors of #298180

#298180 #802981 #818029

Analogous Colors of #298180

#298180 #295681 #298154

Monochromatic Colors of #298180

#298180

Complementary Color

#298180 #81292a

#298180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298180 Color CSS Codes

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

#298180 Text Font Color

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

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


#298180 Background Color

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

This div background color is #298180


#298180 Border Color

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

This div border color is #298180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298180


Comments

No comments written yet.

Please login to write comment.