Color Hex Logo

#299dda Color Hex

#299DDA
(41,157,218)
0 Favorites   0 Comments

Color spaces of #299dda

RGB 41157218
HSL0.560.710.51
HSV201°81°85°
CMYK 0.810.280.00   0.15
XYZ25.626329.647370.7015
Yxy29.64730.20340.2353
Hunter Lab54.4493-11.2762-38.8725
CIE-Lab61.3487-10.3872-39.8289

#299dda color RGB value is (41,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011101 11011010
Octal 51 235 332
Decimal 41 157 218
Hex 29 9D DA

RGB Percentages of Color #299dda

%9.86
%37.74
%52.40

CMYK Percentages of Color #299dda

%81
%28
%0
%15

Triadic Colors of #299dda

#299dda #da299d #9dda29

Analogous Colors of #299dda

#299dda #2945da #29dabf

Monochromatic Colors of #299dda

#299dda

Complementary Color

#299dda #da6629

#299dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#299dda Color CSS Codes

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

#299dda Text Font Color

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

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


#299dda Background Color

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

This div background color is #299dda


#299dda Border Color

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

This div border color is #299dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299dda


Comments

No comments written yet.

Please login to write comment.