Color Hex Logo

#299ffa Color Hex

#299FFA
(41,159,250)
0 Favorites   0 Comments

Color spaces of #299ffa

RGB 41159250
HSL0.570.950.57
HSV206°84°98°
CMYK 0.840.360.00   0.02
XYZ30.567932.169895.0408
Yxy32.16980.19370.2039
Hunter Lab56.7184-3.0562-59.6470
CIE-Lab63.4830-0.0319-54.0982

#299ffa color RGB value is (41,159,250).

#299ffa hex color red value is 41, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #299ffa hue: 0.57 , saturation: 0.95 and the lightness value of 299ffa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011111 11111010
Octal 51 237 372
Decimal 41 159 250
Hex 29 9F FA

RGB Percentages of Color #299ffa

%9.11
%35.33
%55.56

CMYK Percentages of Color #299ffa

%84
%36
%0
%2

Triadic Colors of #299ffa

#299ffa #fa299f #9ffa29

Analogous Colors of #299ffa

#299ffa #2936fa #29faed

Monochromatic Colors of #299ffa

#299ffa

Complementary Color

#299ffa #fa8429

#299ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#299ffa Color CSS Codes

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

#299ffa Text Font Color

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

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


#299ffa Background Color

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

This div background color is #299ffa


#299ffa Border Color

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

This div border color is #299ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299ffa


Comments

No comments written yet.

Please login to write comment.