Color Hex Logo

#299bf6 Color Hex

#299BF6
(41,155,246)
0 Favorites   0 Comments

Color spaces of #299bf6

RGB 41155246
HSL0.570.920.56
HSV207°83°96°
CMYK 0.830.370.00   0.04
XYZ29.270330.567991.5463
Yxy30.56790.19340.2019
Hunter Lab55.2882-2.2543-59.4706
CIE-Lab62.14120.8343-54.0398

#299bf6 color RGB value is (41,155,246).

#299bf6 hex color red value is 41, green value is 155 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #299bf6 hue: 0.57 , saturation: 0.92 and the lightness value of 299bf6 is 0.56.

The process color (four color CMYK) of #299bf6 color hex is 0.83, 0.37, 0.00, 0.04. Web safe color of #299bf6 is #3399ff. Color #299bf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011011 11110110
Octal 51 233 366
Decimal 41 155 246
Hex 29 9B F6

RGB Percentages of Color #299bf6

%9.28
%35.07
%55.66

CMYK Percentages of Color #299bf6

%83
%37
%0
%4

Triadic Colors of #299bf6

#299bf6 #f6299b #9bf629

Analogous Colors of #299bf6

#299bf6 #2934f6 #29f6eb

Monochromatic Colors of #299bf6

#299bf6

Complementary Color

#299bf6 #f68429

#299bf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299bf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#299bf6 Color CSS Codes

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

#299bf6 Text Font Color

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

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


#299bf6 Background Color

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

This div background color is #299bf6


#299bf6 Border Color

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

This div border color is #299bf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299bf6


Comments

No comments written yet.

Please login to write comment.