Color Hex Logo

#12bacd Color Hex

#12BACD
(18,186,205)
0 Favorites   0 Comments

Color spaces of #12bacd

RGB 18186205
HSL0.520.840.44
HSV186°91°80°
CMYK 0.910.090.00   0.20
XYZ28.827839.654263.8922
Yxy39.65420.21780.2996
Hunter Lab62.9716-28.4846-16.0767
CIE-Lab69.2225-31.3990-20.5046

#12bacd color RGB value is (18,186,205).

#12bacd hex color red value is 18, green value is 186 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #12bacd hue: 0.52 , saturation: 0.84 and the lightness value of 12bacd is 0.44.

The process color (four color CMYK) of #12bacd color hex is 0.91, 0.09, 0.00, 0.20. Web safe color of #12bacd is #00cccc. Color #12bacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111010 11001101
Octal 22 272 315
Decimal 18 186 205
Hex 12 BA CD

RGB Percentages of Color #12bacd

%4.40
%45.48
%50.12

CMYK Percentages of Color #12bacd

%91
%9
%0
%20

Triadic Colors of #12bacd

#12bacd #cd12ba #bacd12

Analogous Colors of #12bacd

#12bacd #125dcd #12cd83

Monochromatic Colors of #12bacd

#12bacd

Complementary Color

#12bacd #cd2512

#12bacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12bacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#12bacd Color CSS Codes

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

#12bacd Text Font Color

<p style="color:#12bacd">Text here</p>

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


#12bacd Background Color

<div style="background-color:#12bacd">
Div content here</div>

This div background color is #12bacd


#12bacd Border Color

<div style="border:3px solid #12bacd">
Div here</div>

This div border color is #12bacd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,186,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12bacd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12bacd;
  -webkit-box-shadow: 1px 1px 3px 2px #12bacd;
  box-shadow:         1px 1px 3px 2px #12bacd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,186,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 #12bacd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12bacd


Comments

No comments written yet.

Please login to write comment.