Color Hex Logo

#299cfb Color Hex

#299CFB
(41,156,251)
0 Favorites   0 Comments

Color spaces of #299cfb

RGB 41156251
HSL0.580.960.57
HSV207°84°98°
CMYK 0.840.380.00   0.02
XYZ30.215531.213495.6990
Yxy31.21340.19230.1986
Hunter Lab55.8690-1.2329-62.4507
CIE-Lab62.68742.0760-55.9102

#299cfb color RGB value is (41,156,251).

#299cfb hex color red value is 41, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #299cfb hue: 0.58 , saturation: 0.96 and the lightness value of 299cfb is 0.57.

The process color (four color CMYK) of #299cfb color hex is 0.84, 0.38, 0.00, 0.02. Web safe color of #299cfb is #3399ff. Color #299cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011100 11111011
Octal 51 234 373
Decimal 41 156 251
Hex 29 9C FB

RGB Percentages of Color #299cfb

%9.15
%34.82
%56.03

CMYK Percentages of Color #299cfb

%84
%38
%0
%2

Triadic Colors of #299cfb

#299cfb #fb299c #9cfb29

Analogous Colors of #299cfb

#299cfb #2933fb #29fbf1

Monochromatic Colors of #299cfb

#299cfb

Complementary Color

#299cfb #fb8829

#299cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#299cfb Color CSS Codes

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

#299cfb Text Font Color

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

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


#299cfb Background Color

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

This div background color is #299cfb


#299cfb Border Color

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

This div border color is #299cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299cfb


Comments

No comments written yet.

Please login to write comment.