Color Hex Logo

#299bbd Color Hex

#299BBD
(41,155,189)
0 Favorites   0 Comments

Color spaces of #299bbd

RGB 41155189
HSL0.540.640.45
HSV194°78°74°
CMYK 0.780.180.00   0.26
XYZ21.821127.588252.3191
Yxy27.58820.21450.2712
Hunter Lab52.5245-17.7606-22.2910
CIE-Lab59.5149-19.3344-26.4518

#299bbd color RGB value is (41,155,189).

#299bbd hex color red value is 41, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #299bbd hue: 0.54 , saturation: 0.64 and the lightness value of 299bbd is 0.45.

The process color (four color CMYK) of #299bbd color hex is 0.78, 0.18, 0.00, 0.26. Web safe color of #299bbd is #3399cc. Color #299bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011011 10111101
Octal 51 233 275
Decimal 41 155 189
Hex 29 9B BD

RGB Percentages of Color #299bbd

%10.65
%40.26
%49.09

CMYK Percentages of Color #299bbd

%78
%18
%0
%26

Triadic Colors of #299bbd

#299bbd #bd299b #9bbd29

Analogous Colors of #299bbd

#299bbd #2951bd #29bd95

Monochromatic Colors of #299bbd

#299bbd

Complementary Color

#299bbd #bd4b29

#299bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#299bbd Color CSS Codes

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

#299bbd Text Font Color

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

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


#299bbd Background Color

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

This div background color is #299bbd


#299bbd Border Color

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

This div border color is #299bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299bbd


Comments

No comments written yet.

Please login to write comment.