Color Hex Logo

#298eac Color Hex

#298EAC
(41,142,172)
0 Favorites   0 Comments

Color spaces of #298eac

RGB 41142172
HSL0.540.620.42
HSV194°76°67°
CMYK 0.760.170.00   0.33
XYZ18.033822.796042.4793
Yxy22.79600.21650.2736
Hunter Lab47.7452-16.1329-19.3292
CIE-Lab54.8616-18.1264-23.9648

#298eac color RGB value is (41,142,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001110 10101100
Octal 51 216 254
Decimal 41 142 172
Hex 29 8E AC

RGB Percentages of Color #298eac

%11.55
%40.00
%48.45

CMYK Percentages of Color #298eac

%76
%17
%0
%33

Triadic Colors of #298eac

#298eac #ac298e #8eac29

Analogous Colors of #298eac

#298eac #294dac #29ac89

Monochromatic Colors of #298eac

#298eac

Complementary Color

#298eac #ac4729

#298eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#298eac Color CSS Codes

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

#298eac Text Font Color

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

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


#298eac Background Color

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

This div background color is #298eac


#298eac Border Color

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

This div border color is #298eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,142,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 #298eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298eac


Comments

No comments written yet.

Please login to write comment.