Color Hex Logo

#029ffd Color Hex

#029FFD
(2,159,253)
0 Favorites   0 Comments

Color spaces of #029ffd

RGB 2159253
HSL0.560.980.50
HSV202°99°99°
CMYK 0.990.370.00   0.01
XYZ30.152831.901097.4968
Yxy31.90100.18900.1999
Hunter Lab56.4810-3.5481-62.8090
CIE-Lab63.2610-0.6327-56.1134

#029ffd color RGB value is (2,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011111 11111101
Octal 2 237 375
Decimal 2 159 253
Hex 2 9F FD

RGB Percentages of Color #029ffd

%0.48
%38.41
%61.11

CMYK Percentages of Color #029ffd

%99
%37
%0
%1

Triadic Colors of #029ffd

#029ffd #fd029f #9ffd02

Analogous Colors of #029ffd

#029ffd #0221fd #02fdde

Monochromatic Colors of #029ffd

#029ffd

Complementary Color

#029ffd #fd6002

#029ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#029ffd Color CSS Codes

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

#029ffd Text Font Color

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

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


#029ffd Background Color

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

This div background color is #029ffd


#029ffd Border Color

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

This div border color is #029ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.