Color Hex Logo

#036edc Color Hex

#036EDC
(3,110,220)
0 Favorites   0 Comments

Color spaces of #036edc

RGB 3110220
HSL0.580.970.44
HSV210°99°86°
CMYK 0.990.500.00   0.14
XYZ18.531816.338569.8871
Yxy16.33850.17690.1560
Hunter Lab40.420911.1004-74.2168
CIE-Lab47.415516.5895-63.1841

#036edc color RGB value is (3,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101110 11011100
Octal 3 156 334
Decimal 3 110 220
Hex 3 6E DC

RGB Percentages of Color #036edc

%0.90
%33.03
%66.07

CMYK Percentages of Color #036edc

%99
%50
%0
%14

Triadic Colors of #036edc

#036edc #dc036e #6edc03

Analogous Colors of #036edc

#036edc #0403dc #03dbdc

Monochromatic Colors of #036edc

#036edc

Complementary Color

#036edc #dc7103

#036edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#036edc Color CSS Codes

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

#036edc Text Font Color

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

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


#036edc Background Color

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

This div background color is #036edc


#036edc Border Color

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

This div border color is #036edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036edc


Comments

No comments written yet.

Please login to write comment.