Color Hex Logo

#246acc Color Hex

#246ACC
(36,106,204)
0 Favorites   0 Comments

Color spaces of #246acc

RGB 36106204
HSL0.600.700.47
HSV215°82°80°
CMYK 0.820.480.00   0.20
XYZ16.780715.042859.1458
Yxy15.04280.18450.1654
Hunter Lab38.78509.3558-63.2656
CIE-Lab45.692814.5793-56.8198

#246acc color RGB value is (36,106,204).

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

The process color (four color CMYK) of #246acc color hex is 0.82, 0.48, 0.00, 0.20. Web safe color of #246acc is #3366cc. Color #246acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01101010 11001100
Octal 44 152 314
Decimal 36 106 204
Hex 24 6A CC

RGB Percentages of Color #246acc

%10.40
%30.64
%58.96

CMYK Percentages of Color #246acc

%82
%48
%0
%20

Triadic Colors of #246acc

#246acc #cc246a #6acc24

Analogous Colors of #246acc

#246acc #3224cc #24becc

Monochromatic Colors of #246acc

#246acc

Complementary Color

#246acc #cc8624

#246acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#246acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#246acc Color CSS Codes

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

#246acc Text Font Color

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

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


#246acc Background Color

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

This div background color is #246acc


#246acc Border Color

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

This div border color is #246acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,106,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #246acc


Comments

No comments written yet.

Please login to write comment.