Color Hex Logo

#034feb Color Hex

#034FEB
(3,79,235)
0 Favorites   0 Comments

Color spaces of #034feb

RGB 379235
HSL0.610.970.47
HSV220°99°92°
CMYK 0.990.660.00   0.08
XYZ17.828911.609579.8984
Yxy11.60950.16310.1062
Hunter Lab34.072733.7747-115.1805
CIE-Lab40.588642.3027-82.8276

#034feb color RGB value is (3,79,235).

#034feb hex color red value is 3, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #034feb hue: 0.61 , saturation: 0.97 and the lightness value of 034feb is 0.47.

The process color (four color CMYK) of #034feb color hex is 0.99, 0.66, 0.00, 0.08. Web safe color of #034feb is #0066ff. Color #034feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001111 11101011
Octal 3 117 353
Decimal 3 79 235
Hex 3 4F EB

RGB Percentages of Color #034feb

%0.95
%24.92
%74.13

CMYK Percentages of Color #034feb

%99
%66
%0
%8

Triadic Colors of #034feb

#034feb #eb034f #4feb03

Analogous Colors of #034feb

#034feb #2b03eb #03c3eb

Monochromatic Colors of #034feb

#034feb

Complementary Color

#034feb #eb9f03

#034feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#034feb Color CSS Codes

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

#034feb Text Font Color

<p style="color:#034feb">Text here</p>

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


#034feb Background Color

<div style="background-color:#034feb">
Div content here</div>

This div background color is #034feb


#034feb Border Color

<div style="border:3px solid #034feb">
Div here</div>

This div border color is #034feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,79,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #034feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #034feb;
  -webkit-box-shadow: 1px 1px 3px 2px #034feb;
  box-shadow:         1px 1px 3px 2px #034feb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034feb

#034feb Color Palettes


Comments

No comments written yet.

Please login to write comment.