Color Hex Logo

#153cdd Color Hex

#153CDD
(21,60,221)
0 Favorites   0 Comments

Color spaces of #153cdd

RGB 2160221
HSL0.630.830.47
HSV228°90°87°
CMYK 0.900.730.00   0.13
XYZ14.97638.611669.2795
Yxy8.61160.16130.0927
Hunter Lab29.345539.7416-119.4311
CIE-Lab35.225549.2596-83.6999

#153cdd color RGB value is (21,60,221).

#153cdd hex color red value is 21, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #153cdd hue: 0.63 , saturation: 0.83 and the lightness value of 153cdd is 0.47.

The process color (four color CMYK) of #153cdd color hex is 0.90, 0.73, 0.00, 0.13. Web safe color of #153cdd is #0033cc. Color #153cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111100 11011101
Octal 25 74 335
Decimal 21 60 221
Hex 15 3C DD

RGB Percentages of Color #153cdd

%6.95
%19.87
%73.18

CMYK Percentages of Color #153cdd

%90
%73
%0
%13

Triadic Colors of #153cdd

#153cdd #dd153c #3cdd15

Analogous Colors of #153cdd

#153cdd #5215dd #15a0dd

Monochromatic Colors of #153cdd

#153cdd

Complementary Color

#153cdd #ddb615

#153cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#153cdd Color CSS Codes

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

#153cdd Text Font Color

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

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


#153cdd Background Color

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

This div background color is #153cdd


#153cdd Border Color

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

This div border color is #153cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153cdd


Comments

No comments written yet.

Please login to write comment.