Color Hex Logo

#299adc Color Hex

#299ADC
(41,154,220)
0 Favorites   0 Comments

Color spaces of #299adc

RGB 41154220
HSL0.560.720.51
HSV202°81°86°
CMYK 0.810.300.00   0.14
XYZ25.388328.749971.9213
Yxy28.74990.20140.2281
Hunter Lab53.6189-9.3143-41.9949
CIE-Lab60.5603-7.9919-42.1785

#299adc color RGB value is (41,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011010 11011100
Octal 51 232 334
Decimal 41 154 220
Hex 29 9A DC

RGB Percentages of Color #299adc

%9.88
%37.11
%53.01

CMYK Percentages of Color #299adc

%81
%30
%0
%14

Triadic Colors of #299adc

#299adc #dc299a #9adc29

Analogous Colors of #299adc

#299adc #2941dc #29dcc5

Monochromatic Colors of #299adc

#299adc

Complementary Color

#299adc #dc6b29

#299adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#299adc Color CSS Codes

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

#299adc Text Font Color

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

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


#299adc Background Color

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

This div background color is #299adc


#299adc Border Color

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

This div border color is #299adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299adc


Comments

No comments written yet.

Please login to write comment.