Color Hex Logo

#153dbc Color Hex

#153DBC
(21,61,188)
0 Favorites   0 Comments

Color spaces of #153dbc

RGB 2161188
HSL0.630.800.41
HSV226°89°74°
CMYK 0.890.680.00   0.26
XYZ11.05517.127848.3701
Yxy7.12780.16610.1071
Hunter Lab26.697927.1920-88.7303
CIE-Lab32.096136.7576-69.6808

#153dbc color RGB value is (21,61,188).

#153dbc hex color red value is 21, green value is 61 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #153dbc hue: 0.63 , saturation: 0.80 and the lightness value of 153dbc is 0.41.

The process color (four color CMYK) of #153dbc color hex is 0.89, 0.68, 0.00, 0.26. Web safe color of #153dbc is #0033cc. Color #153dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111101 10111100
Octal 25 75 274
Decimal 21 61 188
Hex 15 3D BC

RGB Percentages of Color #153dbc

%7.78
%22.59
%69.63

CMYK Percentages of Color #153dbc

%89
%68
%0
%26

Triadic Colors of #153dbc

#153dbc #bc153d #3dbc15

Analogous Colors of #153dbc

#153dbc #4115bc #1591bc

Monochromatic Colors of #153dbc

#153dbc

Complementary Color

#153dbc #bc9415

#153dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#153dbc Color CSS Codes

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

#153dbc Text Font Color

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

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


#153dbc Background Color

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

This div background color is #153dbc


#153dbc Border Color

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

This div border color is #153dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,61,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #153dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153dbc


Comments

No comments written yet.

Please login to write comment.