Color Hex Logo

#029ade Color Hex

#029ADE
(2,154,222)
0 Favorites   0 Comments

Color spaces of #029ade

RGB 2154222
HSL0.550.980.44
HSV199°99°87°
CMYK 0.990.310.00   0.13
XYZ24.765528.398073.2833
Yxy28.39800.19590.2246
Hunter Lab53.2898-10.3023-44.2319
CIE-Lab60.2466-9.2948-43.8120

#029ade color RGB value is (2,154,222).

#029ade hex color red value is 2, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #029ade hue: 0.55 , saturation: 0.98 and the lightness value of 029ade is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011010 11011110
Octal 2 232 336
Decimal 2 154 222
Hex 2 9A DE

RGB Percentages of Color #029ade

%0.53
%40.74
%58.73

CMYK Percentages of Color #029ade

%99
%31
%0
%13

Triadic Colors of #029ade

#029ade #de029a #9ade02

Analogous Colors of #029ade

#029ade #022cde #02deb4

Monochromatic Colors of #029ade

#029ade

Complementary Color

#029ade #de4602

#029ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#029ade Color CSS Codes

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

#029ade Text Font Color

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

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


#029ade Background Color

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

This div background color is #029ade


#029ade Border Color

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

This div border color is #029ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029ade


Comments

No comments written yet.

Please login to write comment.