Color Hex Logo

#264eae Color Hex

#264EAE
(38,78,174)
0 Favorites   0 Comments

Color spaces of #264eae

RGB 3878174
HSL0.620.640.42
HSV222°78°68°
CMYK 0.780.550.00   0.32
XYZ11.16378.916841.1771
Yxy8.91680.18220.1456
Hunter Lab29.861014.4764-60.8558
CIE-Lab35.823621.4873-55.2801

#264eae color RGB value is (38,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001110 10101110
Octal 46 116 256
Decimal 38 78 174
Hex 26 4E AE

RGB Percentages of Color #264eae

%13.10
%26.90
%60.00

CMYK Percentages of Color #264eae

%78
%55
%0
%32

Triadic Colors of #264eae

#264eae #ae264e #4eae26

Analogous Colors of #264eae

#264eae #4226ae #2692ae

Monochromatic Colors of #264eae

#264eae

Complementary Color

#264eae #ae8626

#264eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#264eae Color CSS Codes

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

#264eae Text Font Color

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

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


#264eae Background Color

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

This div background color is #264eae


#264eae Border Color

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

This div border color is #264eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264eae


Comments

No comments written yet.

Please login to write comment.