Color Hex Logo

#036fec Color Hex

#036FEC
(3,111,236)
0 Favorites   0 Comments

Color spaces of #036fec

RGB 3111236
HSL0.590.970.47
HSV212°99°93°
CMYK 0.990.530.00   0.07
XYZ20.862317.444481.6244
Yxy17.44440.17400.1455
Hunter Lab41.766516.0691-86.6341
CIE-Lab48.815222.2335-69.9337

#036fec color RGB value is (3,111,236).

#036fec hex color red value is 3, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #036fec hue: 0.59 , saturation: 0.97 and the lightness value of 036fec is 0.47.

The process color (four color CMYK) of #036fec color hex is 0.99, 0.53, 0.00, 0.07. Web safe color of #036fec is #0066ff. Color #036fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101111 11101100
Octal 3 157 354
Decimal 3 111 236
Hex 3 6F EC

RGB Percentages of Color #036fec

%0.86
%31.71
%67.43

CMYK Percentages of Color #036fec

%99
%53
%0
%7

Triadic Colors of #036fec

#036fec #ec036f #6fec03

Analogous Colors of #036fec

#036fec #0b03ec #03e4ec

Monochromatic Colors of #036fec

#036fec

Complementary Color

#036fec #ec8003

#036fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#036fec Color CSS Codes

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

#036fec Text Font Color

<p style="color:#036fec">Text here</p>

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


#036fec Background Color

<div style="background-color:#036fec">
Div content here</div>

This div background color is #036fec


#036fec Border Color

<div style="border:3px solid #036fec">
Div here</div>

This div border color is #036fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,111,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #036fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #036fec;
  -webkit-box-shadow: 1px 1px 3px 2px #036fec;
  box-shadow:         1px 1px 3px 2px #036fec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036fec


Comments

No comments written yet.

Please login to write comment.