Color Hex Logo

#12bcfa Color Hex

#12BCFA
(18,188,250)
0 Favorites   0 Comments

Color spaces of #12bcfa

RGB 18188250
HSL0.540.960.53
HSV196°93°98°
CMYK 0.930.250.00   0.02
XYZ35.488042.997296.8713
Yxy42.99720.20240.2452
Hunter Lab65.5723-18.1464-41.6898
CIE-Lab71.5531-17.3437-41.4036

#12bcfa color RGB value is (18,188,250).

#12bcfa hex color red value is 18, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #12bcfa hue: 0.54 , saturation: 0.96 and the lightness value of 12bcfa is 0.53.

The process color (four color CMYK) of #12bcfa color hex is 0.93, 0.25, 0.00, 0.02. Web safe color of #12bcfa is #00ccff. Color #12bcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111100 11111010
Octal 22 274 372
Decimal 18 188 250
Hex 12 BC FA

RGB Percentages of Color #12bcfa

%3.95
%41.23
%54.82

CMYK Percentages of Color #12bcfa

%93
%25
%0
%2

Triadic Colors of #12bcfa

#12bcfa #fa12bc #bcfa12

Analogous Colors of #12bcfa

#12bcfa #1248fa #12fac4

Monochromatic Colors of #12bcfa

#12bcfa

Complementary Color

#12bcfa #fa5012

#12bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#12bcfa Color CSS Codes

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

#12bcfa Text Font Color

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

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


#12bcfa Background Color

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

This div background color is #12bcfa


#12bcfa Border Color

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

This div border color is #12bcfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,188,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12bcfa


Comments

No comments written yet.

Please login to write comment.