Color Hex Logo

#299cdb Color Hex

#299CDB
(41,156,219)
0 Favorites   0 Comments

Color spaces of #299cdb

RGB 41156219
HSL0.560.710.51
HSV201°81°86°
CMYK 0.810.290.00   0.14
XYZ25.589129.362871.3367
Yxy29.36280.20260.2325
Hunter Lab54.1875-10.5345-40.1229
CIE-Lab61.1005-9.4737-40.7739

#299cdb color RGB value is (41,156,219).

#299cdb hex color red value is 41, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #299cdb hue: 0.56 , saturation: 0.71 and the lightness value of 299cdb is 0.51.

The process color (four color CMYK) of #299cdb color hex is 0.81, 0.29, 0.00, 0.14. Web safe color of #299cdb is #3399cc. Color #299cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011100 11011011
Octal 51 234 333
Decimal 41 156 219
Hex 29 9C DB

RGB Percentages of Color #299cdb

%9.86
%37.50
%52.64

CMYK Percentages of Color #299cdb

%81
%29
%0
%14

Triadic Colors of #299cdb

#299cdb #db299c #9cdb29

Analogous Colors of #299cdb

#299cdb #2943db #29dbc1

Monochromatic Colors of #299cdb

#299cdb

Complementary Color

#299cdb #db6829

#299cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#299cdb Color CSS Codes

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

#299cdb Text Font Color

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

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


#299cdb Background Color

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

This div background color is #299cdb


#299cdb Border Color

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

This div border color is #299cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299cdb


Comments

No comments written yet.

Please login to write comment.