Color Hex Logo

#246adc Color Hex

#246ADC
(36,106,220)
0 Favorites   0 Comments

Color spaces of #246adc

RGB 36106220
HSL0.600.720.50
HSV217°84°86°
CMYK 0.840.520.00   0.14
XYZ18.799915.850469.7787
Yxy15.85040.18000.1518
Hunter Lab39.812614.6176-76.0476
CIE-Lab46.777620.7305-64.1946

#246adc color RGB value is (36,106,220).

#246adc hex color red value is 36, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #246adc hue: 0.60 , saturation: 0.72 and the lightness value of 246adc is 0.50.

The process color (four color CMYK) of #246adc color hex is 0.84, 0.52, 0.00, 0.14. Web safe color of #246adc is #3366cc. Color #246adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01101010 11011100
Octal 44 152 334
Decimal 36 106 220
Hex 24 6A DC

RGB Percentages of Color #246adc

%9.94
%29.28
%60.77

CMYK Percentages of Color #246adc

%84
%52
%0
%14

Triadic Colors of #246adc

#246adc #dc246a #6adc24

Analogous Colors of #246adc

#246adc #3a24dc #24c6dc

Monochromatic Colors of #246adc

#246adc

Complementary Color

#246adc #dc9624

#246adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#246adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#246adc Color CSS Codes

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

#246adc Text Font Color

<p style="color:#246adc">Text here</p>

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


#246adc Background Color

<div style="background-color:#246adc">
Div content here</div>

This div background color is #246adc


#246adc Border Color

<div style="border:3px solid #246adc">
Div here</div>

This div border color is #246adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,106,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #246adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #246adc;
  -webkit-box-shadow: 1px 1px 3px 2px #246adc;
  box-shadow:         1px 1px 3px 2px #246adc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #246adc


Comments

No comments written yet.

Please login to write comment.