Color Hex Logo

#299fff Color Hex

#299FFF
(41,159,255)
0 Favorites   0 Comments

Color spaces of #299fff

RGB 41159255
HSL0.571.000.58
HSV207°84°100°
CMYK 0.840.380.00   0.00
XYZ31.362632.487799.2255
Yxy32.48770.19230.1992
Hunter Lab56.9980-1.5285-63.3170
CIE-Lab63.74391.7866-56.4134

#299fff color RGB value is (41,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011111 11111111
Octal 51 237 377
Decimal 41 159 255
Hex 29 9F FF

RGB Percentages of Color #299fff

%9.01
%34.95
%56.04

CMYK Percentages of Color #299fff

%84
%38
%0
%0

Triadic Colors of #299fff

#299fff #ff299f #9fff29

Analogous Colors of #299fff

#299fff #2934ff #29fff4

Monochromatic Colors of #299fff

#299fff

Complementary Color

#299fff #ff8929

#299fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#299fff Color CSS Codes

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

#299fff Text Font Color

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

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


#299fff Background Color

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

This div background color is #299fff


#299fff Border Color

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

This div border color is #299fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299fff

Related Colors


Comments

No comments written yet.

Please login to write comment.