Color Hex Logo

#299acb Color Hex

#299ACB
(41,154,203)
0 Favorites   0 Comments

Color spaces of #299acb

RGB 41154203
HSL0.550.660.48
HSV198°80°80°
CMYK 0.800.240.00   0.20
XYZ23.249527.894460.6587
Yxy27.89440.20800.2495
Hunter Lab52.8151-13.8499-31.1245
CIE-Lab59.7932-13.9945-33.8884

#299acb color RGB value is (41,154,203).

#299acb hex color red value is 41, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #299acb hue: 0.55 , saturation: 0.66 and the lightness value of 299acb is 0.48.

The process color (four color CMYK) of #299acb color hex is 0.80, 0.24, 0.00, 0.20. Web safe color of #299acb is #3399cc. Color #299acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011010 11001011
Octal 51 232 313
Decimal 41 154 203
Hex 29 9A CB

RGB Percentages of Color #299acb

%10.30
%38.69
%51.01

CMYK Percentages of Color #299acb

%80
%24
%0
%20

Triadic Colors of #299acb

#299acb #cb299a #9acb29

Analogous Colors of #299acb

#299acb #2949cb #29cbab

Monochromatic Colors of #299acb

#299acb

Complementary Color

#299acb #cb5a29

#299acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#299acb Color CSS Codes

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

#299acb Text Font Color

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

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


#299acb Background Color

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

This div background color is #299acb


#299acb Border Color

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

This div border color is #299acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299acb


Comments

No comments written yet.

Please login to write comment.