Color Hex Logo

#154aeb Color Hex

#154AEB
(21,74,235)
0 Favorites   0 Comments

Color spaces of #154aeb

RGB 2174235
HSL0.630.840.50
HSV225°91°92°
CMYK 0.910.690.00   0.08
XYZ17.753411.055179.7954
Yxy11.05510.16350.1018
Hunter Lab33.249237.1239-119.0167
CIE-Lab39.673145.8442-84.3286

#154aeb color RGB value is (21,74,235).

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

The process color (four color CMYK) of #154aeb color hex is 0.91, 0.69, 0.00, 0.08. Web safe color of #154aeb is #0033ff. Color #154aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001010 11101011
Octal 25 112 353
Decimal 21 74 235
Hex 15 4A EB

RGB Percentages of Color #154aeb

%6.36
%22.42
%71.21

CMYK Percentages of Color #154aeb

%91
%69
%0
%8

Triadic Colors of #154aeb

#154aeb #eb154a #4aeb15

Analogous Colors of #154aeb

#154aeb #4b15eb #15b5eb

Monochromatic Colors of #154aeb

#154aeb

Complementary Color

#154aeb #ebb615

#154aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#154aeb Color CSS Codes

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

#154aeb Text Font Color

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

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


#154aeb Background Color

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

This div background color is #154aeb


#154aeb Border Color

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

This div border color is #154aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154aeb


Comments

No comments written yet.

Please login to write comment.