Color Hex Logo

#029efe Color Hex

#029EFE
(2,158,254)
0 Favorites   0 Comments

Color spaces of #029efe

RGB 2158254
HSL0.560.990.50
HSV203°99°100°
CMYK 0.990.380.00   0.00
XYZ30.141331.622498.2810
Yxy31.62240.18830.1976
Hunter Lab56.2338-2.7332-64.2587
CIE-Lab63.02960.3214-57.0279

#029efe color RGB value is (2,158,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011110 11111110
Octal 2 236 376
Decimal 2 158 254
Hex 2 9E FE

RGB Percentages of Color #029efe

%0.48
%38.16
%61.35

CMYK Percentages of Color #029efe

%99
%38
%0
%0

Triadic Colors of #029efe

#029efe #fe029e #9efe02

Analogous Colors of #029efe

#029efe #0220fe #02fee0

Monochromatic Colors of #029efe

#029efe

Complementary Color

#029efe #fe6202

#029efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#029efe Color CSS Codes

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

#029efe Text Font Color

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

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


#029efe Background Color

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

This div background color is #029efe


#029efe Border Color

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

This div border color is #029efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029efe


Comments

No comments written yet.

Please login to write comment.