Color Hex Logo

#264ae0 Color Hex

#264AE0
(38,74,224)
0 Favorites   0 Comments

Color spaces of #264ae0

RGB 3874224
HSL0.630.750.51
HSV228°83°88°
CMYK 0.830.670.00   0.12
XYZ16.702710.691471.7043
Yxy10.69140.16850.1079
Hunter Lab32.697733.9607-107.1314
CIE-Lab39.055842.7517-79.0799

#264ae0 color RGB value is (38,74,224).

#264ae0 hex color red value is 38, green value is 74 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #264ae0 hue: 0.63 , saturation: 0.75 and the lightness value of 264ae0 is 0.51.

The process color (four color CMYK) of #264ae0 color hex is 0.83, 0.67, 0.00, 0.12. Web safe color of #264ae0 is #3333cc. Color #264ae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001010 11100000
Octal 46 112 340
Decimal 38 74 224
Hex 26 4A E0

RGB Percentages of Color #264ae0

%11.31
%22.02
%66.67

CMYK Percentages of Color #264ae0

%83
%67
%0
%12

Triadic Colors of #264ae0

#264ae0 #e0264a #4ae026

Analogous Colors of #264ae0

#264ae0 #5f26e0 #26a7e0

Monochromatic Colors of #264ae0

#264ae0

Complementary Color

#264ae0 #e0bc26

#264ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#264ae0 Color CSS Codes

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

#264ae0 Text Font Color

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

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


#264ae0 Background Color

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

This div background color is #264ae0


#264ae0 Border Color

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

This div border color is #264ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264ae0


Comments

No comments written yet.

Please login to write comment.