Color Hex Logo

#299fbd Color Hex

#299FBD
(41,159,189)
0 Favorites   0 Comments

Color spaces of #299fbd

RGB 41159189
HSL0.530.640.45
HSV192°78°74°
CMYK 0.780.160.00   0.26
XYZ22.497928.941852.5447
Yxy28.94180.21640.2783
Hunter Lab53.7976-19.4979-20.2509
CIE-Lab60.7302-21.4400-24.5812

#299fbd color RGB value is (41,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011111 10111101
Octal 51 237 275
Decimal 41 159 189
Hex 29 9F BD

RGB Percentages of Color #299fbd

%10.54
%40.87
%48.59

CMYK Percentages of Color #299fbd

%78
%16
%0
%26

Triadic Colors of #299fbd

#299fbd #bd299f #9fbd29

Analogous Colors of #299fbd

#299fbd #2955bd #29bd91

Monochromatic Colors of #299fbd

#299fbd

Complementary Color

#299fbd #bd4729

#299fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#299fbd Color CSS Codes

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

#299fbd Text Font Color

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

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


#299fbd Background Color

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

This div background color is #299fbd


#299fbd Border Color

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

This div border color is #299fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299fbd


Comments

No comments written yet.

Please login to write comment.