Color Hex Logo

#264aed Color Hex

#264AED
(38,74,237)
0 Favorites   0 Comments

Color spaces of #264aed

RGB 3874237
HSL0.640.850.54
HSV229°84°93°
CMYK 0.840.690.00   0.07
XYZ18.534211.424181.3490
Yxy11.42410.16650.1026
Hunter Lab33.799638.7324-119.0399
CIE-Lab40.285847.3336-84.4350

#264aed color RGB value is (38,74,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001010 11101101
Octal 46 112 355
Decimal 38 74 237
Hex 26 4A ED

RGB Percentages of Color #264aed

%10.89
%21.20
%67.91

CMYK Percentages of Color #264aed

%84
%69
%0
%7

Triadic Colors of #264aed

#264aed #ed264a #4aed26

Analogous Colors of #264aed

#264aed #6626ed #26aeed

Monochromatic Colors of #264aed

#264aed

Complementary Color

#264aed #edc926

#264aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#264aed Color CSS Codes

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

#264aed Text Font Color

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

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


#264aed Background Color

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

This div background color is #264aed


#264aed Border Color

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

This div border color is #264aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264aed


Comments

No comments written yet.

Please login to write comment.