Color Hex Logo

#153ceb Color Hex

#153CEB
(21,60,235)
0 Favorites   0 Comments

Color spaces of #153ceb

RGB 2160235
HSL0.640.840.50
HSV229°91°92°
CMYK 0.910.740.00   0.08
XYZ16.92059.389379.5178
Yxy9.38930.15990.0887
Hunter Lab30.642044.9443-132.4119
CIE-Lab36.723354.0176-89.2051

#153ceb color RGB value is (21,60,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111100 11101011
Octal 25 74 353
Decimal 21 60 235
Hex 15 3C EB

RGB Percentages of Color #153ceb

%6.65
%18.99
%74.37

CMYK Percentages of Color #153ceb

%91
%74
%0
%8

Triadic Colors of #153ceb

#153ceb #eb153c #3ceb15

Analogous Colors of #153ceb

#153ceb #5915eb #15a7eb

Monochromatic Colors of #153ceb

#153ceb

Complementary Color

#153ceb #ebc415

#153ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#153ceb Color CSS Codes

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

#153ceb Text Font Color

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

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


#153ceb Background Color

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

This div background color is #153ceb


#153ceb Border Color

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

This div border color is #153ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153ceb


Comments

No comments written yet.

Please login to write comment.