Color Hex Logo

#029af6 Color Hex

#029AF6
(2,154,246)
0 Favorites   0 Comments

Color spaces of #029af6

RGB 2154246
HSL0.560.980.49
HSV203°99°96°
CMYK 0.990.370.00   0.04
XYZ28.215229.777991.4494
Yxy29.77790.18880.1993
Hunter Lab54.5691-3.2018-61.1625
CIE-Lab61.4621-0.3456-55.1439

#029af6 color RGB value is (2,154,246).

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

The process color (four color CMYK) of #029af6 color hex is 0.99, 0.37, 0.00, 0.04. Web safe color of #029af6 is #0099ff. Color #029af6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011010 11110110
Octal 2 232 366
Decimal 2 154 246
Hex 2 9A F6

RGB Percentages of Color #029af6

%0.50
%38.31
%61.19

CMYK Percentages of Color #029af6

%99
%37
%0
%4

Triadic Colors of #029af6

#029af6 #f6029a #9af602

Analogous Colors of #029af6

#029af6 #0220f6 #02f6d8

Monochromatic Colors of #029af6

#029af6

Complementary Color

#029af6 #f65e02

#029af6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029af6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#029af6 Color CSS Codes

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

#029af6 Text Font Color

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

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


#029af6 Background Color

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

This div background color is #029af6


#029af6 Border Color

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

This div border color is #029af6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029af6

Related Colors

#029af6 Color Palettes


Comments

No comments written yet.

Please login to write comment.