Color Hex Logo

#029eff Color Hex

#029EFF
(2,158,255)
0 Favorites   0 Comments

Color spaces of #029eff

RGB 2158255
HSL0.561.000.50
HSV203°99°100°
CMYK 0.990.380.00   0.00
XYZ30.301931.686699.1268
Yxy31.68660.18810.1967
Hunter Lab56.2909-2.4207-65.0046
CIE-Lab63.08300.6956-57.4886

#029eff color RGB value is (2,158,255).

#029eff hex color red value is 2, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #029eff hue: 0.56 , saturation: 1.00 and the lightness value of 029eff is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011110 11111111
Octal 2 236 377
Decimal 2 158 255
Hex 2 9E FF

RGB Percentages of Color #029eff

%0.48
%38.07
%61.45

CMYK Percentages of Color #029eff

%99
%38
%0
%0

Triadic Colors of #029eff

#029eff #ff029e #9eff02

Analogous Colors of #029eff

#029eff #0220ff #02ffe2

Monochromatic Colors of #029eff

#029eff

Complementary Color

#029eff #ff6302

#029eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#029eff Color CSS Codes

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

#029eff Text Font Color

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

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


#029eff Background Color

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

This div background color is #029eff


#029eff Border Color

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

This div border color is #029eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029eff

Related Colors


Comments

No comments written yet.

Please login to write comment.