Color Hex Logo

#12acfa Color Hex

#12ACFA
(18,172,250)
0 Favorites   0 Comments

Color spaces of #12acfa

RGB 18172250
HSL0.560.960.53
HSV200°93°98°
CMYK 0.930.310.00   0.02
XYZ32.257336.535895.7944
Yxy36.53580.19600.2220
Hunter Lab60.4449-10.5193-51.6528
CIE-Lab66.9273-8.6800-48.6636

#12acfa color RGB value is (18,172,250).

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

The process color (four color CMYK) of #12acfa color hex is 0.93, 0.31, 0.00, 0.02. Web safe color of #12acfa is #0099ff. Color #12acfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101100 11111010
Octal 22 254 372
Decimal 18 172 250
Hex 12 AC FA

RGB Percentages of Color #12acfa

%4.09
%39.09
%56.82

CMYK Percentages of Color #12acfa

%93
%31
%0
%2

Triadic Colors of #12acfa

#12acfa #fa12ac #acfa12

Analogous Colors of #12acfa

#12acfa #1238fa #12fad4

Monochromatic Colors of #12acfa

#12acfa

Complementary Color

#12acfa #fa6012

#12acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#12acfa Color CSS Codes

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

#12acfa Text Font Color

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

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


#12acfa Background Color

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

This div background color is #12acfa


#12acfa Border Color

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

This div border color is #12acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12acfa


Comments

No comments written yet.

Please login to write comment.