Color Hex Logo

#150acd Color Hex

#150ACD
(21,10,205)
0 Favorites   0 Comments

Color spaces of #150acd

RGB 2110205
HSL0.680.910.42
HSV243°95°80°
CMYK 0.900.950.00   0.20
XYZ11.43724.784358.0783
Yxy4.78430.15390.0644
Hunter Lab21.873055.0581-142.1184
CIE-Lab26.111265.3347-89.5934

#150acd color RGB value is (21,10,205).

#150acd hex color red value is 21, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #150acd hue: 0.68 , saturation: 0.91 and the lightness value of 150acd is 0.42.

The process color (four color CMYK) of #150acd color hex is 0.90, 0.95, 0.00, 0.20. Web safe color of #150acd is #0000cc. Color #150acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001010 11001101
Octal 25 12 315
Decimal 21 10 205
Hex 15 A CD

RGB Percentages of Color #150acd

%8.90
%4.24
%86.86

CMYK Percentages of Color #150acd

%90
%95
%0
%20

Triadic Colors of #150acd

#150acd #cd150a #0acd15

Analogous Colors of #150acd

#150acd #770acd #0a60cd

Monochromatic Colors of #150acd

#150acd

Complementary Color

#150acd #c2cd0a

#150acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#150acd Color CSS Codes

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

#150acd Text Font Color

<p style="color:#150acd">Text here</p>

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


#150acd Background Color

<div style="background-color:#150acd">
Div content here</div>

This div background color is #150acd


#150acd Border Color

<div style="border:3px solid #150acd">
Div here</div>

This div border color is #150acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,10,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #150acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #150acd;
  -webkit-box-shadow: 1px 1px 3px 2px #150acd;
  box-shadow:         1px 1px 3px 2px #150acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150acd


Comments

No comments written yet.

Please login to write comment.