Color Hex Logo

#299ade Color Hex

#299ADE
(41,154,222)
0 Favorites   0 Comments

Color spaces of #299ade

RGB 41154222
HSL0.560.730.52
HSV203°82°87°
CMYK 0.820.310.00   0.13
XYZ25.654928.856573.3250
Yxy28.85650.20070.2257
Hunter Lab53.7182-8.7584-43.3276
CIE-Lab60.6548-7.2760-43.1415

#299ade color RGB value is (41,154,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011010 11011110
Octal 51 232 336
Decimal 41 154 222
Hex 29 9A DE

RGB Percentages of Color #299ade

%9.83
%36.93
%53.24

CMYK Percentages of Color #299ade

%82
%31
%0
%13

Triadic Colors of #299ade

#299ade #de299a #9ade29

Analogous Colors of #299ade

#299ade #2940de #29dec8

Monochromatic Colors of #299ade

#299ade

Complementary Color

#299ade #de6d29

#299ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#299ade Color CSS Codes

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

#299ade Text Font Color

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

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


#299ade Background Color

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

This div background color is #299ade


#299ade Border Color

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

This div border color is #299ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299ade


Comments

No comments written yet.

Please login to write comment.