Color Hex Logo

#264aee Color Hex

#264AEE
(38,74,238)
0 Favorites   0 Comments

Color spaces of #264aee

RGB 3874238
HSL0.640.850.54
HSV229°84°93°
CMYK 0.840.690.00   0.07
XYZ18.680711.482782.1207
Yxy11.48270.16640.1023
Hunter Lab33.886139.1025-119.9649
CIE-Lab40.381947.6814-84.8414

#264aee color RGB value is (38,74,238).

#264aee hex color red value is 38, green value is 74 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #264aee hue: 0.64 , saturation: 0.85 and the lightness value of 264aee is 0.54.

The process color (four color CMYK) of #264aee color hex is 0.84, 0.69, 0.00, 0.07. Web safe color of #264aee is #3333ff. Color #264aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001010 11101110
Octal 46 112 356
Decimal 38 74 238
Hex 26 4A EE

RGB Percentages of Color #264aee

%10.86
%21.14
%68.00

CMYK Percentages of Color #264aee

%84
%69
%0
%7

Triadic Colors of #264aee

#264aee #ee264a #4aee26

Analogous Colors of #264aee

#264aee #6626ee #26aeee

Monochromatic Colors of #264aee

#264aee

Complementary Color

#264aee #eeca26

#264aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#264aee Color CSS Codes

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

#264aee Text Font Color

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

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


#264aee Background Color

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

This div background color is #264aee


#264aee Border Color

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

This div border color is #264aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264aee


Comments

No comments written yet.

Please login to write comment.