Color Hex Logo

#264eef Color Hex

#264EEF
(38,78,239)
0 Favorites   0 Comments

Color spaces of #264eef

RGB 3878239
HSL0.630.860.54
HSV228°84°94°
CMYK 0.840.670.00   0.06
XYZ19.103712.092882.9886
Yxy12.09280.16730.1059
Hunter Lab34.774737.2044-117.1512
CIE-Lab41.363245.6292-83.7884

#264eef color RGB value is (38,78,239).

#264eef hex color red value is 38, green value is 78 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #264eef hue: 0.63 , saturation: 0.86 and the lightness value of 264eef is 0.54.

The process color (four color CMYK) of #264eef color hex is 0.84, 0.67, 0.00, 0.06. Web safe color of #264eef is #3366ff. Color #264eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001110 11101111
Octal 46 116 357
Decimal 38 78 239
Hex 26 4E EF

RGB Percentages of Color #264eef

%10.70
%21.97
%67.32

CMYK Percentages of Color #264eef

%84
%67
%0
%6

Triadic Colors of #264eef

#264eef #ef264e #4eef26

Analogous Colors of #264eef

#264eef #6226ef #26b3ef

Monochromatic Colors of #264eef

#264eef

Complementary Color

#264eef #efc726

#264eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#264eef Color CSS Codes

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

#264eef Text Font Color

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

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


#264eef Background Color

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

This div background color is #264eef


#264eef Border Color

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

This div border color is #264eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264eef


Comments

No comments written yet.

Please login to write comment.