Color Hex Logo

#299add Color Hex

#299ADD
(41,154,221)
0 Favorites   0 Comments

Color spaces of #299add

RGB 41154221
HSL0.560.730.51
HSV202°81°87°
CMYK 0.810.300.00   0.13
XYZ25.521228.803172.6211
Yxy28.80310.20100.2269
Hunter Lab53.6685-9.0371-42.6598
CIE-Lab60.6075-7.6344-42.6603

#299add color RGB value is (41,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011010 11011101
Octal 51 232 335
Decimal 41 154 221
Hex 29 9A DD

RGB Percentages of Color #299add

%9.86
%37.02
%53.13

CMYK Percentages of Color #299add

%81
%30
%0
%13

Triadic Colors of #299add

#299add #dd299a #9add29

Analogous Colors of #299add

#299add #2940dd #29ddc6

Monochromatic Colors of #299add

#299add

Complementary Color

#299add #dd6c29

#299add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299add Color Preview on White Background

Lorem ipsum dolor sit amet.

#299add Color CSS Codes

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

#299add Text Font Color

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

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


#299add Background Color

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

This div background color is #299add


#299add Border Color

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

This div border color is #299add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,154,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 #299add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299add


Comments

No comments written yet.

Please login to write comment.