Color Hex Logo

#264dae Color Hex

#264DAE
(38,77,174)
0 Favorites   0 Comments

Color spaces of #264dae

RGB 3877174
HSL0.620.640.42
HSV223°78°68°
CMYK 0.780.560.00   0.32
XYZ11.09328.775841.1536
Yxy8.77580.18180.1438
Hunter Lab29.624015.0004-61.6288
CIE-Lab35.549022.1544-55.7261

#264dae color RGB value is (38,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001101 10101110
Octal 46 115 256
Decimal 38 77 174
Hex 26 4D AE

RGB Percentages of Color #264dae

%13.15
%26.64
%60.21

CMYK Percentages of Color #264dae

%78
%56
%0
%32

Triadic Colors of #264dae

#264dae #ae264d #4dae26

Analogous Colors of #264dae

#264dae #4326ae #2691ae

Monochromatic Colors of #264dae

#264dae

Complementary Color

#264dae #ae8726

#264dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#264dae Color CSS Codes

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

#264dae Text Font Color

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

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


#264dae Background Color

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

This div background color is #264dae


#264dae Border Color

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

This div border color is #264dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,77,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 #264dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264dae


Comments

No comments written yet.

Please login to write comment.