Color Hex Logo

#299dad Color Hex

#299DAD
(41,157,173)
0 Favorites   0 Comments

Color spaces of #299dad

RGB 41157173
HSL0.520.620.42
HSV187°76°68°
CMYK 0.760.090.00   0.32
XYZ20.514227.602543.7818
Yxy27.60250.22320.3004
Hunter Lab52.5381-22.2439-12.6318
CIE-Lab59.5279-25.6291-17.3981

#299dad color RGB value is (41,157,173).

#299dad hex color red value is 41, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #299dad hue: 0.52 , saturation: 0.62 and the lightness value of 299dad is 0.42.

The process color (four color CMYK) of #299dad color hex is 0.76, 0.09, 0.00, 0.32. Web safe color of #299dad is #339999. Color #299dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011101 10101101
Octal 51 235 255
Decimal 41 157 173
Hex 29 9D AD

RGB Percentages of Color #299dad

%11.05
%42.32
%46.63

CMYK Percentages of Color #299dad

%76
%9
%0
%32

Triadic Colors of #299dad

#299dad #ad299d #9dad29

Analogous Colors of #299dad

#299dad #295bad #29ad7b

Monochromatic Colors of #299dad

#299dad

Complementary Color

#299dad #ad3929

#299dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#299dad Color CSS Codes

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

#299dad Text Font Color

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

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


#299dad Background Color

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

This div background color is #299dad


#299dad Border Color

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

This div border color is #299dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299dad


Comments

No comments written yet.

Please login to write comment.