Color Hex Logo

#036aeb Color Hex

#036AEB
(3,106,235)
0 Favorites   0 Comments

Color spaces of #036aeb

RGB 3106235
HSL0.590.970.47
HSV213°99°92°
CMYK 0.990.550.00   0.08
XYZ20.187016.325680.6844
Yxy16.32560.17220.1393
Hunter Lab40.405018.4730-90.1124
CIE-Lab47.398825.0485-71.6756

#036aeb color RGB value is (3,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101010 11101011
Octal 3 152 353
Decimal 3 106 235
Hex 3 6A EB

RGB Percentages of Color #036aeb

%0.87
%30.81
%68.31

CMYK Percentages of Color #036aeb

%99
%55
%0
%8

Triadic Colors of #036aeb

#036aeb #eb036a #6aeb03

Analogous Colors of #036aeb

#036aeb #1003eb #03deeb

Monochromatic Colors of #036aeb

#036aeb

Complementary Color

#036aeb #eb8403

#036aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#036aeb Color CSS Codes

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

#036aeb Text Font Color

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

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


#036aeb Background Color

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

This div background color is #036aeb


#036aeb Border Color

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

This div border color is #036aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,106,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 #036aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036aeb


Comments

No comments written yet.

Please login to write comment.