Color Hex Logo

#246caa Color Hex

#246CAA
(36,108,170)
0 Favorites   0 Comments

Color spaces of #246caa

RGB 36108170
HSL0.580.650.40
HSV208°79°67°
CMYK 0.790.360.00   0.33
XYZ13.345814.002540.0296
Yxy14.00250.19810.2078
Hunter Lab37.4199-1.8229-37.2310
CIE-Lab44.23650.2394-39.4189

#246caa color RGB value is (36,108,170).

#246caa hex color red value is 36, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #246caa hue: 0.58 , saturation: 0.65 and the lightness value of 246caa is 0.40.

The process color (four color CMYK) of #246caa color hex is 0.79, 0.36, 0.00, 0.33. Web safe color of #246caa is #336699. Color #246caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01101100 10101010
Octal 44 154 252
Decimal 36 108 170
Hex 24 6C AA

RGB Percentages of Color #246caa

%11.46
%34.39
%54.14

CMYK Percentages of Color #246caa

%79
%36
%0
%33

Triadic Colors of #246caa

#246caa #aa246c #6caa24

Analogous Colors of #246caa

#246caa #2429aa #24aaa5

Monochromatic Colors of #246caa

#246caa

Complementary Color

#246caa #aa6224

#246caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#246caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#246caa Color CSS Codes

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

#246caa Text Font Color

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

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


#246caa Background Color

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

This div background color is #246caa


#246caa Border Color

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

This div border color is #246caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #246caa


Comments

No comments written yet.

Please login to write comment.