Color Hex Logo

#264ac6 Color Hex

#264AC6
(38,74,198)
0 Favorites   0 Comments

Color spaces of #264ac6

RGB 3874198
HSL0.630.680.46
HSV227°81°78°
CMYK 0.810.630.00   0.22
XYZ13.44129.386854.5295
Yxy9.38680.17380.1213
Hunter Lab30.637924.6937-84.0782
CIE-Lab36.718633.2620-67.9315

#264ac6 color RGB value is (38,74,198).

#264ac6 hex color red value is 38, green value is 74 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #264ac6 hue: 0.63 , saturation: 0.68 and the lightness value of 264ac6 is 0.46.

The process color (four color CMYK) of #264ac6 color hex is 0.81, 0.63, 0.00, 0.22. Web safe color of #264ac6 is #3333cc. Color #264ac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001010 11000110
Octal 46 112 306
Decimal 38 74 198
Hex 26 4A C6

RGB Percentages of Color #264ac6

%12.26
%23.87
%63.87

CMYK Percentages of Color #264ac6

%81
%63
%0
%22

Triadic Colors of #264ac6

#264ac6 #c6264a #4ac626

Analogous Colors of #264ac6

#264ac6 #5226c6 #269ac6

Monochromatic Colors of #264ac6

#264ac6

Complementary Color

#264ac6 #c6a226

#264ac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264ac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#264ac6 Color CSS Codes

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

#264ac6 Text Font Color

<p style="color:#264ac6">Text here</p>

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


#264ac6 Background Color

<div style="background-color:#264ac6">
Div content here</div>

This div background color is #264ac6


#264ac6 Border Color

<div style="border:3px solid #264ac6">
Div here</div>

This div border color is #264ac6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,74,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #264ac6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #264ac6;
  -webkit-box-shadow: 1px 1px 3px 2px #264ac6;
  box-shadow:         1px 1px 3px 2px #264ac6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,74,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264ac6


Comments

No comments written yet.

Please login to write comment.