Color Hex Logo

#264ceb Color Hex

#264CEB
(38,76,235)
0 Favorites   0 Comments

Color spaces of #264ceb

RGB 3876235
HSL0.630.830.54
HSV228°84°92°
CMYK 0.840.680.00   0.08
XYZ18.379211.579179.8636
Yxy11.57910.16740.1054
Hunter Lab34.028136.8621-115.3335
CIE-Lab40.539245.4307-82.8867

#264ceb color RGB value is (38,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001100 11101011
Octal 46 114 353
Decimal 38 76 235
Hex 26 4C EB

RGB Percentages of Color #264ceb

%10.89
%21.78
%67.34

CMYK Percentages of Color #264ceb

%84
%68
%0
%8

Triadic Colors of #264ceb

#264ceb #eb264c #4ceb26

Analogous Colors of #264ceb

#264ceb #6326eb #26afeb

Monochromatic Colors of #264ceb

#264ceb

Complementary Color

#264ceb #ebc526

#264ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#264ceb Color CSS Codes

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

#264ceb Text Font Color

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

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


#264ceb Background Color

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

This div background color is #264ceb


#264ceb Border Color

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

This div border color is #264ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264ceb


Comments

No comments written yet.

Please login to write comment.