Color Hex Logo

#298dac Color Hex

#298DAC
(41,141,172)
0 Favorites   0 Comments

Color spaces of #298dac

RGB 41141172
HSL0.540.620.42
HSV194°76°67°
CMYK 0.760.180.00   0.33
XYZ17.885722.499742.4299
Yxy22.49970.21600.2717
Hunter Lab47.4338-15.7029-19.8316
CIE-Lab54.5532-17.5860-24.4398

#298dac color RGB value is (41,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001101 10101100
Octal 51 215 254
Decimal 41 141 172
Hex 29 8D AC

RGB Percentages of Color #298dac

%11.58
%39.83
%48.59

CMYK Percentages of Color #298dac

%76
%18
%0
%33

Triadic Colors of #298dac

#298dac #ac298d #8dac29

Analogous Colors of #298dac

#298dac #294cac #29ac8a

Monochromatic Colors of #298dac

#298dac

Complementary Color

#298dac #ac4829

#298dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#298dac Color CSS Codes

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

#298dac Text Font Color

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

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


#298dac Background Color

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

This div background color is #298dac


#298dac Border Color

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

This div border color is #298dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298dac


Comments

No comments written yet.

Please login to write comment.