Color Hex Logo

#264ead Color Hex

#264EAD
(38,78,173)
0 Favorites   0 Comments

Color spaces of #264ead

RGB 3878173
HSL0.620.640.41
HSV222°78°68°
CMYK 0.780.550.00   0.32
XYZ11.06658.878040.6655
Yxy8.87800.18260.1465
Hunter Lab29.796014.1536-60.0617
CIE-Lab35.748321.0990-54.8084

#264ead color RGB value is (38,78,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001110 10101101
Octal 46 116 255
Decimal 38 78 173
Hex 26 4E AD

RGB Percentages of Color #264ead

%13.15
%26.99
%59.86

CMYK Percentages of Color #264ead

%78
%55
%0
%32

Triadic Colors of #264ead

#264ead #ad264e #4ead26

Analogous Colors of #264ead

#264ead #4226ad #2692ad

Monochromatic Colors of #264ead

#264ead

Complementary Color

#264ead #ad8526

#264ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#264ead Color CSS Codes

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

#264ead Text Font Color

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

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


#264ead Background Color

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

This div background color is #264ead


#264ead Border Color

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

This div border color is #264ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264ead


Comments

No comments written yet.

Please login to write comment.