Color Hex Logo

#265aeb Color Hex

#265AEB
(38,90,235)
0 Favorites   0 Comments

Color spaces of #265aeb

RGB 3890235
HSL0.620.830.54
HSV224°84°92°
CMYK 0.840.620.00   0.08
XYZ19.450913.722680.2208
Yxy13.72260.17150.1210
Hunter Lab37.044028.8989-102.4648
CIE-Lab43.832536.7497-77.4772

#265aeb color RGB value is (38,90,235).

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

The process color (four color CMYK) of #265aeb color hex is 0.84, 0.62, 0.00, 0.08. Web safe color of #265aeb is #3366ff. Color #265aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011010 11101011
Octal 46 132 353
Decimal 38 90 235
Hex 26 5A EB

RGB Percentages of Color #265aeb

%10.47
%24.79
%64.74

CMYK Percentages of Color #265aeb

%84
%62
%0
%8

Triadic Colors of #265aeb

#265aeb #eb265a #5aeb26

Analogous Colors of #265aeb

#265aeb #5526eb #26bdeb

Monochromatic Colors of #265aeb

#265aeb

Complementary Color

#265aeb #ebb726

#265aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#265aeb Color CSS Codes

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

#265aeb Text Font Color

<p style="color:#265aeb">Text here</p>

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


#265aeb Background Color

<div style="background-color:#265aeb">
Div content here</div>

This div background color is #265aeb


#265aeb Border Color

<div style="border:3px solid #265aeb">
Div here</div>

This div border color is #265aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,90,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 #265aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265aeb


Comments

No comments written yet.

Please login to write comment.