Color Hex Logo

#246acf Color Hex

#246ACF
(36,106,207)
0 Favorites   0 Comments

Color spaces of #246acf

RGB 36106207
HSL0.600.700.48
HSV215°83°81°
CMYK 0.830.490.00   0.19
XYZ17.144115.188161.0595
Yxy15.18810.18360.1626
Hunter Lab38.971910.3229-65.6127
CIE-Lab45.890815.7362-58.2198

#246acf color RGB value is (36,106,207).

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

The process color (four color CMYK) of #246acf color hex is 0.83, 0.49, 0.00, 0.19. Web safe color of #246acf is #3366cc. Color #246acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01101010 11001111
Octal 44 152 317
Decimal 36 106 207
Hex 24 6A CF

RGB Percentages of Color #246acf

%10.32
%30.37
%59.31

CMYK Percentages of Color #246acf

%83
%49
%0
%19

Triadic Colors of #246acf

#246acf #cf246a #6acf24

Analogous Colors of #246acf

#246acf #3424cf #24c0cf

Monochromatic Colors of #246acf

#246acf

Complementary Color

#246acf #cf8924

#246acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#246acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#246acf Color CSS Codes

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

#246acf Text Font Color

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

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


#246acf Background Color

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

This div background color is #246acf


#246acf Border Color

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

This div border color is #246acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #246acf


Comments

No comments written yet.

Please login to write comment.