Color Hex Logo

#12c5fc Color Hex

#12C5FC
(18,197,252)
0 Favorites   0 Comments

Color spaces of #12c5fc

RGB 18197252
HSL0.540.980.53
HSV194°93°99°
CMYK 0.930.220.00   0.01
XYZ37.786447.089499.1931
Yxy47.08940.20530.2558
Hunter Lab68.6217-21.7974-37.6688
CIE-Lab74.2469-21.3444-38.2837

#12c5fc color RGB value is (18,197,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11000101 11111100
Octal 22 305 374
Decimal 18 197 252
Hex 12 C5 FC

RGB Percentages of Color #12c5fc

%3.85
%42.18
%53.96

CMYK Percentages of Color #12c5fc

%93
%22
%0
%1

Triadic Colors of #12c5fc

#12c5fc #fc12c5 #c5fc12

Analogous Colors of #12c5fc

#12c5fc #1250fc #12fcbe

Monochromatic Colors of #12c5fc

#12c5fc

Complementary Color

#12c5fc #fc4912

#12c5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12c5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12c5fc Color CSS Codes

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

#12c5fc Text Font Color

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

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


#12c5fc Background Color

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

This div background color is #12c5fc


#12c5fc Border Color

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

This div border color is #12c5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12c5fc


Comments

No comments written yet.

Please login to write comment.