Color Hex Logo

#150cac Color Hex

#150CAC
(21,12,172)
0 Favorites   0 Comments

Color spaces of #150cac

RGB 2112172
HSL0.680.870.36
HSV243°93°67°
CMYK 0.880.930.00   0.33
XYZ7.88713.400939.2705
Yxy3.40090.15600.0673
Hunter Lab18.441544.0685-113.3466
CIE-Lab21.582856.0921-77.5656

#150cac color RGB value is (21,12,172).

#150cac hex color red value is 21, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #150cac hue: 0.68 , saturation: 0.87 and the lightness value of 150cac is 0.36.

The process color (four color CMYK) of #150cac color hex is 0.88, 0.93, 0.00, 0.33. Web safe color of #150cac is #000099. Color #150cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001100 10101100
Octal 25 14 254
Decimal 21 12 172
Hex 15 C AC

RGB Percentages of Color #150cac

%10.24
%5.85
%83.90

CMYK Percentages of Color #150cac

%88
%93
%0
%33

Triadic Colors of #150cac

#150cac #ac150c #0cac15

Analogous Colors of #150cac

#150cac #650cac #0c53ac

Monochromatic Colors of #150cac

#150cac

Complementary Color

#150cac #a3ac0c

#150cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#150cac Color CSS Codes

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

#150cac Text Font Color

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

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


#150cac Background Color

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

This div background color is #150cac


#150cac Border Color

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

This div border color is #150cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150cac


Comments

No comments written yet.

Please login to write comment.