Color Hex Logo

#153aeb Color Hex

#153AEB
(21,58,235)
0 Favorites   0 Comments

Color spaces of #153aeb

RGB 2158235
HSL0.640.840.50
HSV230°91°92°
CMYK 0.910.750.00   0.08
XYZ16.81779.183779.4835
Yxy9.18370.15940.0871
Hunter Lab30.304646.0264-134.2936
CIE-Lab36.335655.1179-89.8476

#153aeb color RGB value is (21,58,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111010 11101011
Octal 25 72 353
Decimal 21 58 235
Hex 15 3A EB

RGB Percentages of Color #153aeb

%6.69
%18.47
%74.84

CMYK Percentages of Color #153aeb

%91
%75
%0
%8

Triadic Colors of #153aeb

#153aeb #eb153a #3aeb15

Analogous Colors of #153aeb

#153aeb #5b15eb #15a5eb

Monochromatic Colors of #153aeb

#153aeb

Complementary Color

#153aeb #ebc615

#153aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#153aeb Color CSS Codes

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

#153aeb Text Font Color

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

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


#153aeb Background Color

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

This div background color is #153aeb


#153aeb Border Color

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

This div border color is #153aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153aeb


Comments

No comments written yet.

Please login to write comment.