Color Hex Logo

#264dac Color Hex

#264DAC
(38,77,172)
0 Favorites   0 Comments

Color spaces of #264dac

RGB 3877172
HSL0.620.640.41
HSV223°78°67°
CMYK 0.780.550.00   0.33
XYZ10.89968.698440.1342
Yxy8.69840.18250.1456
Hunter Lab29.493114.3545-60.0368
CIE-Lab35.397021.3798-54.7842

#264dac color RGB value is (38,77,172).

#264dac hex color red value is 38, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #264dac hue: 0.62 , saturation: 0.64 and the lightness value of 264dac is 0.41.

The process color (four color CMYK) of #264dac color hex is 0.78, 0.55, 0.00, 0.33. Web safe color of #264dac is #336699. Color #264dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001101 10101100
Octal 46 115 254
Decimal 38 77 172
Hex 26 4D AC

RGB Percentages of Color #264dac

%13.24
%26.83
%59.93

CMYK Percentages of Color #264dac

%78
%55
%0
%33

Triadic Colors of #264dac

#264dac #ac264d #4dac26

Analogous Colors of #264dac

#264dac #4226ac #2690ac

Monochromatic Colors of #264dac

#264dac

Complementary Color

#264dac #ac8526

#264dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#264dac Color CSS Codes

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

#264dac Text Font Color

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

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


#264dac Background Color

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

This div background color is #264dac


#264dac Border Color

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

This div border color is #264dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264dac


Comments

No comments written yet.

Please login to write comment.