Color Hex Logo

#12bafb Color Hex

#12BAFB
(18,186,251)
0 Favorites   0 Comments

Color spaces of #12bafb

RGB 18186251
HSL0.550.970.53
HSV197°93°98°
CMYK 0.930.260.00   0.02
XYZ35.220942.211497.5581
Yxy42.21140.20130.2412
Hunter Lab64.9703-16.9318-43.5495
CIE-Lab71.0164-15.9361-42.7824

#12bafb color RGB value is (18,186,251).

#12bafb hex color red value is 18, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #12bafb hue: 0.55 , saturation: 0.97 and the lightness value of 12bafb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111010 11111011
Octal 22 272 373
Decimal 18 186 251
Hex 12 BA FB

RGB Percentages of Color #12bafb

%3.96
%40.88
%55.16

CMYK Percentages of Color #12bafb

%93
%26
%0
%2

Triadic Colors of #12bafb

#12bafb #fb12ba #bafb12

Analogous Colors of #12bafb

#12bafb #1245fb #12fbc8

Monochromatic Colors of #12bafb

#12bafb

Complementary Color

#12bafb #fb5312

#12bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12bafb Color CSS Codes

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

#12bafb Text Font Color

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

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


#12bafb Background Color

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

This div background color is #12bafb


#12bafb Border Color

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

This div border color is #12bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12bafb


Comments

No comments written yet.

Please login to write comment.