Color Hex Logo

#298daa Color Hex

#298DAA
(41,141,170)
0 Favorites   0 Comments

Color spaces of #298daa

RGB 41141170
HSL0.540.610.41
HSV193°76°67°
CMYK 0.760.170.00   0.33
XYZ17.695022.423441.4257
Yxy22.42340.21700.2750
Hunter Lab47.3534-16.1665-18.7208
CIE-Lab54.4734-18.2638-23.4158

#298daa color RGB value is (41,141,170).

#298daa hex color red value is 41, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #298daa hue: 0.54 , saturation: 0.61 and the lightness value of 298daa is 0.41.

The process color (four color CMYK) of #298daa color hex is 0.76, 0.17, 0.00, 0.33. Web safe color of #298daa is #339999. Color #298daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001101 10101010
Octal 51 215 252
Decimal 41 141 170
Hex 29 8D AA

RGB Percentages of Color #298daa

%11.65
%40.06
%48.30

CMYK Percentages of Color #298daa

%76
%17
%0
%33

Triadic Colors of #298daa

#298daa #aa298d #8daa29

Analogous Colors of #298daa

#298daa #294daa #29aa87

Monochromatic Colors of #298daa

#298daa

Complementary Color

#298daa #aa4629

#298daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#298daa Color CSS Codes

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

#298daa Text Font Color

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

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


#298daa Background Color

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

This div background color is #298daa


#298daa Border Color

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

This div border color is #298daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,141,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #298daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #298daa;
  -webkit-box-shadow: 1px 1px 3px 2px #298daa;
  box-shadow:         1px 1px 3px 2px #298daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298daa


Comments

No comments written yet.

Please login to write comment.