Color Hex Logo

#299dbb Color Hex

#299DBB
(41,157,187)
0 Favorites   0 Comments

Color spaces of #299dbb

RGB 41157187
HSL0.530.640.45
HSV192°78°73°
CMYK 0.780.160.00   0.27
XYZ21.941128.173251.2953
Yxy28.17320.21640.2778
Hunter Lab53.0784-19.1005-20.1433
CIE-Lab60.0449-21.0588-24.5095

#299dbb color RGB value is (41,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011101 10111011
Octal 51 235 273
Decimal 41 157 187
Hex 29 9D BB

RGB Percentages of Color #299dbb

%10.65
%40.78
%48.57

CMYK Percentages of Color #299dbb

%78
%16
%0
%27

Triadic Colors of #299dbb

#299dbb #bb299d #9dbb29

Analogous Colors of #299dbb

#299dbb #2954bb #29bb90

Monochromatic Colors of #299dbb

#299dbb

Complementary Color

#299dbb #bb4729

#299dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#299dbb Color CSS Codes

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

#299dbb Text Font Color

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

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


#299dbb Background Color

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

This div background color is #299dbb


#299dbb Border Color

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

This div border color is #299dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299dbb


Comments

No comments written yet.

Please login to write comment.