Color Hex Logo

#029fea Color Hex

#029FEA
(2,159,234)
0 Favorites   0 Comments

Color spaces of #029fea

RGB 2159234
HSL0.550.980.46
HSV199°99°92°
CMYK 0.990.320.00   0.08
XYZ27.274530.749782.3397
Yxy30.74970.19430.2191
Hunter Lab55.4524-9.2458-49.2213
CIE-Lab62.2958-7.6877-47.2205

#029fea color RGB value is (2,159,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011111 11101010
Octal 2 237 352
Decimal 2 159 234
Hex 2 9F EA

RGB Percentages of Color #029fea

%0.51
%40.25
%59.24

CMYK Percentages of Color #029fea

%99
%32
%0
%8

Triadic Colors of #029fea

#029fea #ea029f #9fea02

Analogous Colors of #029fea

#029fea #022bea #02eac1

Monochromatic Colors of #029fea

#029fea

Complementary Color

#029fea #ea4d02

#029fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#029fea Color CSS Codes

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

#029fea Text Font Color

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

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


#029fea Background Color

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

This div background color is #029fea


#029fea Border Color

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

This div border color is #029fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029fea


Comments

No comments written yet.

Please login to write comment.