Color Hex Logo

#299fac Color Hex

#299FAC
(41,159,172)
0 Favorites   0 Comments

Color spaces of #299fac

RGB 41159172
HSL0.520.620.42
HSV186°76°67°
CMYK 0.760.080.00   0.33
XYZ20.759028.246243.3877
Yxy28.24620.22470.3057
Hunter Lab53.1472-23.2864-11.1995
CIE-Lab60.1105-26.9520-15.9493

#299fac color RGB value is (41,159,172).

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

The process color (four color CMYK) of #299fac color hex is 0.76, 0.08, 0.00, 0.33. Web safe color of #299fac is #339999. Color #299fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011111 10101100
Octal 51 237 254
Decimal 41 159 172
Hex 29 9F AC

RGB Percentages of Color #299fac

%11.02
%42.74
%46.24

CMYK Percentages of Color #299fac

%76
%8
%0
%33

Triadic Colors of #299fac

#299fac #ac299f #9fac29

Analogous Colors of #299fac

#299fac #295eac #29ac78

Monochromatic Colors of #299fac

#299fac

Complementary Color

#299fac #ac3629

#299fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#299fac Color CSS Codes

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

#299fac Text Font Color

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

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


#299fac Background Color

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

This div background color is #299fac


#299fac Border Color

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

This div border color is #299fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299fac


Comments

No comments written yet.

Please login to write comment.