Color Hex Logo

#299bbc Color Hex

#299BBC
(41,155,188)
0 Favorites   0 Comments

Color spaces of #299bbc

RGB 41155188
HSL0.540.640.45
HSV193°78°74°
CMYK 0.780.180.00   0.26
XYZ21.712927.544951.7493
Yxy27.54490.21500.2727
Hunter Lab52.4832-17.9982-21.7226
CIE-Lab59.4753-19.6709-25.9492

#299bbc color RGB value is (41,155,188).

#299bbc hex color red value is 41, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #299bbc hue: 0.54 , saturation: 0.64 and the lightness value of 299bbc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011011 10111100
Octal 51 233 274
Decimal 41 155 188
Hex 29 9B BC

RGB Percentages of Color #299bbc

%10.68
%40.36
%48.96

CMYK Percentages of Color #299bbc

%78
%18
%0
%26

Triadic Colors of #299bbc

#299bbc #bc299b #9bbc29

Analogous Colors of #299bbc

#299bbc #2952bc #29bc94

Monochromatic Colors of #299bbc

#299bbc

Complementary Color

#299bbc #bc4a29

#299bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#299bbc Color CSS Codes

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

#299bbc Text Font Color

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

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


#299bbc Background Color

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

This div background color is #299bbc


#299bbc Border Color

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

This div border color is #299bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299bbc


Comments

No comments written yet.

Please login to write comment.