Color Hex Logo

#12c5fa Color Hex

#12C5FA
(18,197,250)
0 Favorites   0 Comments

Color spaces of #12c5fa

RGB 18197250
HSL0.540.960.53
HSV194°93°98°
CMYK 0.930.210.00   0.02
XYZ37.471046.963297.5324
Yxy46.96320.20590.2581
Hunter Lab68.5297-22.3259-36.4115
CIE-Lab74.1662-22.0223-37.3347

#12c5fa color RGB value is (18,197,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11000101 11111010
Octal 22 305 372
Decimal 18 197 250
Hex 12 C5 FA

RGB Percentages of Color #12c5fa

%3.87
%42.37
%53.76

CMYK Percentages of Color #12c5fa

%93
%21
%0
%2

Triadic Colors of #12c5fa

#12c5fa #fa12c5 #c5fa12

Analogous Colors of #12c5fa

#12c5fa #1251fa #12fabb

Monochromatic Colors of #12c5fa

#12c5fa

Complementary Color

#12c5fa #fa4712

#12c5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12c5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#12c5fa Color CSS Codes

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

#12c5fa Text Font Color

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

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


#12c5fa Background Color

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

This div background color is #12c5fa


#12c5fa Border Color

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

This div border color is #12c5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12c5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.