Color Hex Logo

#299ddd Color Hex

#299DDD
(41,157,221)
0 Favorites   0 Comments

Color spaces of #299ddd

RGB 41157221
HSL0.560.730.51
HSV201°81°87°
CMYK 0.810.290.00   0.13
XYZ26.022629.805872.7882
Yxy29.80580.20230.2317
Hunter Lab54.5947-10.4585-40.8319
CIE-Lab61.4863-9.3237-41.2790

#299ddd color RGB value is (41,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011101 11011101
Octal 51 235 335
Decimal 41 157 221
Hex 29 9D DD

RGB Percentages of Color #299ddd

%9.79
%37.47
%52.74

CMYK Percentages of Color #299ddd

%81
%29
%0
%13

Triadic Colors of #299ddd

#299ddd #dd299d #9ddd29

Analogous Colors of #299ddd

#299ddd #2943dd #29ddc3

Monochromatic Colors of #299ddd

#299ddd

Complementary Color

#299ddd #dd6929

#299ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#299ddd Color CSS Codes

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

#299ddd Text Font Color

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

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


#299ddd Background Color

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

This div background color is #299ddd


#299ddd Border Color

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

This div border color is #299ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299ddd


Comments

No comments written yet.

Please login to write comment.