Color Hex Logo

#299bac Color Hex

#299BAC
(41,155,172)
0 Favorites   0 Comments

Color spaces of #299bac

RGB 41155172
HSL0.520.620.42
HSV188°76°67°
CMYK 0.760.100.00   0.33
XYZ20.082226.892743.1621
Yxy26.89270.22280.2984
Hunter Lab51.8582-21.6273-13.0470
CIE-Lab58.8749-24.9345-17.8242

#299bac color RGB value is (41,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011011 10101100
Octal 51 233 254
Decimal 41 155 172
Hex 29 9B AC

RGB Percentages of Color #299bac

%11.14
%42.12
%46.74

CMYK Percentages of Color #299bac

%76
%10
%0
%33

Triadic Colors of #299bac

#299bac #ac299b #9bac29

Analogous Colors of #299bac

#299bac #295aac #29ac7c

Monochromatic Colors of #299bac

#299bac

Complementary Color

#299bac #ac3a29

#299bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#299bac Color CSS Codes

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

#299bac Text Font Color

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

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


#299bac Background Color

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

This div background color is #299bac


#299bac Border Color

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

This div border color is #299bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299bac


Comments

No comments written yet.

Please login to write comment.