Color Hex Logo

#036adf Color Hex

#036ADF
(3,106,223)
0 Favorites   0 Comments

Color spaces of #036adf

RGB 3106223
HSL0.590.970.44
HSV212°99°87°
CMYK 0.990.520.00   0.13
XYZ18.510915.655171.8582
Yxy15.65510.17460.1477
Hunter Lab39.566514.2685-79.9821
CIE-Lab46.518720.3460-66.3372

#036adf color RGB value is (3,106,223).

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

The process color (four color CMYK) of #036adf color hex is 0.99, 0.52, 0.00, 0.13. Web safe color of #036adf is #0066cc. Color #036adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101010 11011111
Octal 3 152 337
Decimal 3 106 223
Hex 3 6A DF

RGB Percentages of Color #036adf

%0.90
%31.93
%67.17

CMYK Percentages of Color #036adf

%99
%52
%0
%13

Triadic Colors of #036adf

#036adf #df036a #6adf03

Analogous Colors of #036adf

#036adf #0a03df #03d8df

Monochromatic Colors of #036adf

#036adf

Complementary Color

#036adf #df7803

#036adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#036adf Color CSS Codes

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

#036adf Text Font Color

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

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


#036adf Background Color

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

This div background color is #036adf


#036adf Border Color

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

This div border color is #036adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036adf


Comments

No comments written yet.

Please login to write comment.