Color Hex Logo

#153ecc Color Hex

#153ECC
(21,62,204)
0 Favorites   0 Comments

Color spaces of #153ecc

RGB 2162204
HSL0.630.810.44
HSV227°90°80°
CMYK 0.900.700.00   0.20
XYZ12.93107.964357.9825
Yxy7.96430.16390.1010
Hunter Lab28.221132.4024-102.0613
CIE-Lab33.908442.0362-76.0607

#153ecc color RGB value is (21,62,204).

#153ecc hex color red value is 21, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #153ecc hue: 0.63 , saturation: 0.81 and the lightness value of 153ecc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111110 11001100
Octal 25 76 314
Decimal 21 62 204
Hex 15 3E CC

RGB Percentages of Color #153ecc

%7.32
%21.60
%71.08

CMYK Percentages of Color #153ecc

%90
%70
%0
%20

Triadic Colors of #153ecc

#153ecc #cc153e #3ecc15

Analogous Colors of #153ecc

#153ecc #4815cc #159acc

Monochromatic Colors of #153ecc

#153ecc

Complementary Color

#153ecc #cca315

#153ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#153ecc Color CSS Codes

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

#153ecc Text Font Color

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

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


#153ecc Background Color

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

This div background color is #153ecc


#153ecc Border Color

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

This div border color is #153ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153ecc


Comments

No comments written yet.

Please login to write comment.