Color Hex Logo

#0029df Color Hex

#0029DF
(0,41,223)
0 Favorites   0 Comments

Color spaces of #0029df

RGB 041223
HSL0.641.000.44
HSV229°100°87°
CMYK 1.000.820.00   0.13
XYZ14.11226.913670.4027
Yxy6.91360.15440.0756
Hunter Lab26.293749.7894-140.3462
CIE-Lab31.609459.5489-90.8592

#0029df color RGB value is (0,41,223).

#0029df hex color red value is 0, green value is 41 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0029df hue: 0.64 , saturation: 1.00 and the lightness value of 0029df is 0.44.

The process color (four color CMYK) of #0029df color hex is 1.00, 0.82, 0.00, 0.13. Web safe color of #0029df is #0033cc. Color #0029df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101001 11011111
Octal 0 51 337
Decimal 0 41 223
Hex 0 29 DF

RGB Percentages of Color #0029df

%0.00
%15.53
%84.47

CMYK Percentages of Color #0029df

%100
%82
%0
%13

Triadic Colors of #0029df

#0029df #df0029 #29df00

Analogous Colors of #0029df

#0029df #4600df #0099df

Monochromatic Colors of #0029df

#0029df

Complementary Color

#0029df #dfb600

#0029df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0029df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0029df Color CSS Codes

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

#0029df Text Font Color

<p style="color:#0029df">Text here</p>

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


#0029df Background Color

<div style="background-color:#0029df">
Div content here</div>

This div background color is #0029df


#0029df Border Color

<div style="border:3px solid #0029df">
Div here</div>

This div border color is #0029df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,41,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0029df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0029df;
  -webkit-box-shadow: 1px 1px 3px 2px #0029df;
  box-shadow:         1px 1px 3px 2px #0029df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0029df


Comments

No comments written yet.

Please login to write comment.