Color Hex Logo

#1a4aeb Color Hex

#1A4AEB
(26,74,235)
0 Favorites   0 Comments

Color spaces of #1a4aeb

RGB 2674235
HSL0.630.840.51
HSV226°89°92°
CMYK 0.890.690.00   0.08
XYZ17.870211.115379.8009
Yxy11.11530.16430.1022
Hunter Lab33.339637.3326-118.5774
CIE-Lab39.774046.0349-84.1588

#1a4aeb color RGB value is (26,74,235).

#1a4aeb hex color red value is 26, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1a4aeb hue: 0.63 , saturation: 0.84 and the lightness value of 1a4aeb is 0.51.

The process color (four color CMYK) of #1a4aeb color hex is 0.89, 0.69, 0.00, 0.08. Web safe color of #1a4aeb is #3333ff. Color #1a4aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01001010 11101011
Octal 32 112 353
Decimal 26 74 235
Hex 1A 4A EB

RGB Percentages of Color #1a4aeb

%7.76
%22.09
%70.15

CMYK Percentages of Color #1a4aeb

%89
%69
%0
%8

Triadic Colors of #1a4aeb

#1a4aeb #eb1a4a #4aeb1a

Analogous Colors of #1a4aeb

#1a4aeb #521aeb #1ab3eb

Monochromatic Colors of #1a4aeb

#1a4aeb

Complementary Color

#1a4aeb #ebbb1a

#1a4aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a4aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a4aeb Color CSS Codes

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

#1a4aeb Text Font Color

<p style="color:#1a4aeb">Text here</p>

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


#1a4aeb Background Color

<div style="background-color:#1a4aeb">
Div content here</div>

This div background color is #1a4aeb


#1a4aeb Border Color

<div style="border:3px solid #1a4aeb">
Div here</div>

This div border color is #1a4aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,74,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1a4aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1a4aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #1a4aeb;
  box-shadow:         1px 1px 3px 2px #1a4aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,74,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 #1a4aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a4aeb


Comments

No comments written yet.

Please login to write comment.