Color Hex Logo

#298cac Color Hex

#298CAC
(41,140,172)
0 Favorites   0 Comments

Color spaces of #298cac

RGB 41140172
HSL0.540.620.42
HSV195°76°67°
CMYK 0.760.190.00   0.33
XYZ17.738922.206142.3810
Yxy22.20610.21550.2697
Hunter Lab47.1233-15.2721-20.3369
CIE-Lab54.2450-17.0434-24.9151

#298cac color RGB value is (41,140,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001100 10101100
Octal 51 214 254
Decimal 41 140 172
Hex 29 8C AC

RGB Percentages of Color #298cac

%11.61
%39.66
%48.73

CMYK Percentages of Color #298cac

%76
%19
%0
%33

Triadic Colors of #298cac

#298cac #ac298c #8cac29

Analogous Colors of #298cac

#298cac #294bac #29ac8b

Monochromatic Colors of #298cac

#298cac

Complementary Color

#298cac #ac4929

#298cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#298cac Color CSS Codes

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

#298cac Text Font Color

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

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


#298cac Background Color

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

This div background color is #298cac


#298cac Border Color

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

This div border color is #298cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298cac


Comments

No comments written yet.

Please login to write comment.