Color Hex Logo

#299fbe Color Hex

#299FBE
(41,159,190)
0 Favorites   0 Comments

Color spaces of #299fbe

RGB 41159190
HSL0.530.650.45
HSV192°78°75°
CMYK 0.780.160.00   0.25
XYZ22.606928.985453.1184
Yxy28.98540.21590.2768
Hunter Lab53.8381-19.2636-20.8108
CIE-Lab60.7687-21.1073-25.0837

#299fbe color RGB value is (41,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011111 10111110
Octal 51 237 276
Decimal 41 159 190
Hex 29 9F BE

RGB Percentages of Color #299fbe

%10.51
%40.77
%48.72

CMYK Percentages of Color #299fbe

%78
%16
%0
%25

Triadic Colors of #299fbe

#299fbe #be299f #9fbe29

Analogous Colors of #299fbe

#299fbe #2955be #29be93

Monochromatic Colors of #299fbe

#299fbe

Complementary Color

#299fbe #be4829

#299fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#299fbe Color CSS Codes

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

#299fbe Text Font Color

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

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


#299fbe Background Color

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

This div background color is #299fbe


#299fbe Border Color

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

This div border color is #299fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299fbe


Comments

No comments written yet.

Please login to write comment.