Color Hex Logo

#12f5fa Color Hex

#12F5FA
(18,245,250)
0 Favorites   0 Comments

Color spaces of #12f5fa

RGB 18245250
HSL0.500.960.53
HSV181°93°98°
CMYK 0.930.020.00   0.02
XYZ50.157272.3355101.7611
Yxy72.33550.22370.3226
Hunter Lab85.0503-43.5701-11.4042
CIE-Lab88.1298-44.7856-16.0065

#12f5fa color RGB value is (18,245,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11110101 11111010
Octal 22 365 372
Decimal 18 245 250
Hex 12 F5 FA

RGB Percentages of Color #12f5fa

%3.51
%47.76
%48.73

CMYK Percentages of Color #12f5fa

%93
%2
%0
%2

Triadic Colors of #12f5fa

#12f5fa #fa12f5 #f5fa12

Analogous Colors of #12f5fa

#12f5fa #1281fa #12fa8b

Monochromatic Colors of #12f5fa

#12f5fa

Complementary Color

#12f5fa #fa1712

#12f5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12f5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#12f5fa Color CSS Codes

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

#12f5fa Text Font Color

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

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


#12f5fa Background Color

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

This div background color is #12f5fa


#12f5fa Border Color

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

This div border color is #12f5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12f5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.